Color Hex Logo

#dbcb73 Color Hex

#DBCB73
(219,203,115)
0 Favorites   0 Comments

Color spaces of #dbcb73

RGB 219203115
HSL0.140.590.65
HSV51°47°86°
CMYK 0.000.070.47   0.14
XYZ53.663959.009724.7813
Yxy59.00970.39040.4293
Hunter Lab76.8178-9.733334.6456
CIE-Lab81.2969-6.128545.6433

#dbcb73 color RGB value is (219,203,115).

#dbcb73 hex color red value is 219, green value is 203 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dbcb73 hue: 0.14 , saturation: 0.59 and the lightness value of dbcb73 is 0.65.

The process color (four color CMYK) of #dbcb73 color hex is 0.00, 0.07, 0.47, 0.14. Web safe color of #dbcb73 is #cccc66. Color #dbcb73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 01110011
Octal 333 313 163
Decimal 219 203 115
Hex DB CB 73

RGB Percentages of Color #dbcb73

%40.78
%37.80
%21.42

CMYK Percentages of Color #dbcb73

%0
%7
%47
%14

Triadic Colors of #dbcb73

#dbcb73 #73dbcb #cb73db

Analogous Colors of #dbcb73

#dbcb73 #b7db73 #db9773

Monochromatic Colors of #dbcb73

#dbcb73

Complementary Color

#dbcb73 #7383db

#dbcb73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcb73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcb73 Color CSS Codes

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

#dbcb73 Text Font Color

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

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


#dbcb73 Background Color

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

This div background color is #dbcb73


#dbcb73 Border Color

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

This div border color is #dbcb73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcb73


Comments

No comments written yet.

Please login to write comment.