Color Hex Logo

#dbd267 Color Hex

#DBD267
(219,210,103)
0 Favorites   0 Comments

Color spaces of #dbd267

RGB 219210103
HSL0.150.620.63
HSV55°53°86°
CMYK 0.000.040.53   0.14
XYZ54.708262.132521.9413
Yxy62.13250.39420.4477
Hunter Lab78.8242-14.053738.6731
CIE-Lab82.9838-10.736253.4069

#dbd267 color RGB value is (219,210,103).

#dbd267 hex color red value is 219, green value is 210 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #dbd267 hue: 0.15 , saturation: 0.62 and the lightness value of dbd267 is 0.63.

The process color (four color CMYK) of #dbd267 color hex is 0.00, 0.04, 0.53, 0.14. Web safe color of #dbd267 is #cccc66. Color #dbd267 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 01100111
Octal 333 322 147
Decimal 219 210 103
Hex DB D2 67

RGB Percentages of Color #dbd267

%41.17
%39.47
%19.36

CMYK Percentages of Color #dbd267

%0
%4
%53
%14

Triadic Colors of #dbd267

#dbd267 #67dbd2 #d267db

Analogous Colors of #dbd267

#dbd267 #aadb67 #db9867

Monochromatic Colors of #dbd267

#dbd267

Complementary Color

#dbd267 #6770db

#dbd267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd267 Color CSS Codes

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

#dbd267 Text Font Color

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

This sample text font color is #dbd267
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.


#dbd267 Background Color

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

This div background color is #dbd267


#dbd267 Border Color

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

This div border color is #dbd267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd267


Comments

No comments written yet.

Please login to write comment.