Color Hex Logo

#dbcc7a Color Hex

#DBCC7A
(219,204,122)
0 Favorites   0 Comments

Color spaces of #dbcc7a

RGB 219204122
HSL0.140.570.67
HSV51°44°86°
CMYK 0.000.070.44   0.14
XYZ54.319159.650927.0632
Yxy59.65090.38520.4230
Hunter Lab77.2340-9.619433.2883
CIE-Lab81.6481-5.967042.6102

#dbcc7a color RGB value is (219,204,122).

#dbcc7a hex color red value is 219, green value is 204 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dbcc7a hue: 0.14 , saturation: 0.57 and the lightness value of dbcc7a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 01111010
Octal 333 314 172
Decimal 219 204 122
Hex DB CC 7A

RGB Percentages of Color #dbcc7a

%40.18
%37.43
%22.39

CMYK Percentages of Color #dbcc7a

%0
%7
%44
%14

Triadic Colors of #dbcc7a

#dbcc7a #7adbcc #cc7adb

Analogous Colors of #dbcc7a

#dbcc7a #badb7a #db9c7a

Monochromatic Colors of #dbcc7a

#dbcc7a

Complementary Color

#dbcc7a #7a89db

#dbcc7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcc7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcc7a Color CSS Codes

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

#dbcc7a Text Font Color

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

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


#dbcc7a Background Color

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

This div background color is #dbcc7a


#dbcc7a Border Color

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

This div border color is #dbcc7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcc7a


Comments

No comments written yet.

Please login to write comment.