Color Hex Logo

#dbd069 Color Hex

#DBD069
(219,208,105)
0 Favorites   0 Comments

Color spaces of #dbd069

RGB 219208105
HSL0.150.610.64
HSV54°52°86°
CMYK 0.000.050.52   0.14
XYZ54.319161.191722.3129
Yxy61.19170.39410.4440
Hunter Lab78.2251-12.944537.8457
CIE-Lab82.4817-9.560251.8829

#dbd069 color RGB value is (219,208,105).

#dbd069 hex color red value is 219, green value is 208 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #dbd069 hue: 0.15 , saturation: 0.61 and the lightness value of dbd069 is 0.64.

The process color (four color CMYK) of #dbd069 color hex is 0.00, 0.05, 0.52, 0.14. Web safe color of #dbd069 is #cccc66. Color #dbd069 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010000 01101001
Octal 333 320 151
Decimal 219 208 105
Hex DB D0 69

RGB Percentages of Color #dbd069

%41.17
%39.10
%19.74

CMYK Percentages of Color #dbd069

%0
%5
%52
%14

Triadic Colors of #dbd069

#dbd069 #69dbd0 #d069db

Analogous Colors of #dbd069

#dbd069 #addb69 #db9769

Monochromatic Colors of #dbd069

#dbd069

Complementary Color

#dbd069 #6974db

#dbd069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd069 Color CSS Codes

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

#dbd069 Text Font Color

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

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


#dbd069 Background Color

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

This div background color is #dbd069


#dbd069 Border Color

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

This div border color is #dbd069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd069


Comments

No comments written yet.

Please login to write comment.