Color Hex Logo

#dbcd7a Color Hex

#DBCD7A
(219,205,122)
0 Favorites   0 Comments

Color spaces of #dbcd7a

RGB 219205122
HSL0.140.570.67
HSV51°44°86°
CMYK 0.000.060.44   0.14
XYZ54.557660.127927.1427
Yxy60.12790.38470.4239
Hunter Lab77.5422-10.108733.5258
CIE-Lab81.9077-6.479542.9347

#dbcd7a color RGB value is (219,205,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001101 01111010
Octal 333 315 172
Decimal 219 205 122
Hex DB CD 7A

RGB Percentages of Color #dbcd7a

%40.11
%37.55
%22.34

CMYK Percentages of Color #dbcd7a

%0
%6
%44
%14

Triadic Colors of #dbcd7a

#dbcd7a #7adbcd #cd7adb

Analogous Colors of #dbcd7a

#dbcd7a #b9db7a #db9d7a

Monochromatic Colors of #dbcd7a

#dbcd7a

Complementary Color

#dbcd7a #7a88db

#dbcd7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcd7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcd7a Color CSS Codes

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

#dbcd7a Text Font Color

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

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


#dbcd7a Background Color

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

This div background color is #dbcd7a


#dbcd7a Border Color

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

This div border color is #dbcd7a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,205,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 #dbcd7a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcd7a


Comments

No comments written yet.

Please login to write comment.