Color Hex Logo

#dbcb6a Color Hex

#DBCB6A
(219,203,106)
0 Favorites   0 Comments

Color spaces of #dbcb6a

RGB 219203106
HSL0.140.610.64
HSV52°52°86°
CMYK 0.000.070.52   0.14
XYZ53.170958.812522.1852
Yxy58.81250.39630.4383
Hunter Lab76.6893-10.447136.5307
CIE-Lab81.1884-6.930249.8785

#dbcb6a color RGB value is (219,203,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 01101010
Octal 333 313 152
Decimal 219 203 106
Hex DB CB 6A

RGB Percentages of Color #dbcb6a

%41.48
%38.45
%20.08

CMYK Percentages of Color #dbcb6a

%0
%7
%52
%14

Triadic Colors of #dbcb6a

#dbcb6a #6adbcb #cb6adb

Analogous Colors of #dbcb6a

#dbcb6a #b3db6a #db936a

Monochromatic Colors of #dbcb6a

#dbcb6a

Complementary Color

#dbcb6a #6a7adb

#dbcb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcb6a Color CSS Codes

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

#dbcb6a Text Font Color

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

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


#dbcb6a Background Color

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

This div background color is #dbcb6a


#dbcb6a Border Color

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

This div border color is #dbcb6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcb6a


Comments

No comments written yet.

Please login to write comment.