Color Hex Logo

#dbdb0c Color Hex

#DBDB0C
(219,219,12)
0 Favorites   0 Comments

Color spaces of #dbdb0c

RGB 21921912
HSL0.170.900.45
HSV60°95°86°
CMYK 0.000.000.95   0.14
XYZ54.611365.749610.1605
Yxy65.74960.41840.5037
Hunter Lab81.0861-21.681449.3310
CIE-Lab84.8685-19.105683.1957

#dbdb0c color RGB value is (219,219,12).

#dbdb0c hex color red value is 219, green value is 219 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dbdb0c hue: 0.17 , saturation: 0.90 and the lightness value of dbdb0c is 0.45.

The process color (four color CMYK) of #dbdb0c color hex is 0.00, 0.00, 0.95, 0.14. Web safe color of #dbdb0c is #cccc00. Color #dbdb0c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011011 00001100
Octal 333 333 14
Decimal 219 219 12
Hex DB DB C

RGB Percentages of Color #dbdb0c

%48.67
%48.67
%2.67

CMYK Percentages of Color #dbdb0c

%0
%0
%95
%14

Triadic Colors of #dbdb0c

#dbdb0c #0cdbdb #db0cdb

Analogous Colors of #dbdb0c

#dbdb0c #74db0c #db740c

Monochromatic Colors of #dbdb0c

#dbdb0c

Complementary Color

#dbdb0c #0c0cdb

#dbdb0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdb0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdb0c Color CSS Codes

.mybgcolor {background-color:#dbdb0c; } 
.myforecolor {color:#dbdb0c; }
.mybordercolor {border:3px solid #dbdb0c; }

#dbdb0c Text Font Color

<p style="color:#dbdb0c">Text here</p>

This sample text font color is #dbdb0c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbdb0c Background Color

<div style="background-color:#dbdb0c">
Div content here</div>

This div background color is #dbdb0c


#dbdb0c Border Color

<div style="border:3px solid #dbdb0c">
Div here</div>

This div border color is #dbdb0c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,219,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbdb0c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbdb0c;
  -webkit-box-shadow: 1px 1px 3px 2px #dbdb0c;
  box-shadow:         1px 1px 3px 2px #dbdb0c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,219,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbdb0c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdb0c;
  -webkit-box-shadow: 1px 1px 3px 2px #dbdb0c;
  box-shadow:         1px 1px 3px 2px #dbdb0c;">
Div content here</div>

This div box has shadow with color #dbdb0c


Comments

No comments written yet.

Please login to write comment.