#D0D67B

Color #D0D67B Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #D0D67B

Tints of Deco #D0D67B

Color information

#D0D67B (or 0xD0D67B) is unknown color: approx Deco. HEX triplet: D0, D6 and 7B. RGB value is (208,214,123). Sum of RGB (Red+Green+Blue) = 208+214+123=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 123 (48.44% from 255 or 22.57% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D67B is #2F2984. Grayscale: #CACACA. Windows color (decimal): -3090821 or 8115920. OLE color: 8115920.

HSL color Cylindrical-coordinate representation of color #D0D67B: hue angle of 63.96º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0D67B is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB208214123-
CMYK0.0300.430.16
HSL63.96º52.6%66.08%-
HSV(B)63.96º42.52%83.92%-
XYZ53.6362.9328.06-
YUV201.8383.51132.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 38.17%
GREEN value IS 214 (83.98% from 255) = 39.27%
BLUE value IS 123 (48.44% from 255) = 22.57%
R=38.17%
G=39.27%
B=22.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082141230.0300.430.1663.9652.666.08
HexD0D67B302B10403542
Octal32032617330532010065102
Binary110100001101011011110111101010111000010000001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D67B; }

 p { color: rgb(208,214,123); }

 H1.HeaderClassName
 {
   color: #D0D67B;
 }
 .AnyTagClassName
 {
   color: #D0D67B;
 }
</style>
background-color css

<style>
 a { background-color: #D0D67B; }

 a { background-color: rgb(208,214,123); }

 div.DivClassName
 {
   background-color: #D0D67B;
 }
 .BgClassName
 {
   background-color: #D0D67B;
 }
</style>
border-color css

<style>
 span { border-color: #D0D67B; }

 span { border-color: rgb(208,214,123); }

 td.TdClassName
 {
   border-color: #D0D67B;
 }
 .TagClassName
 {
   border-color: #D0D67B;
 }
</style>