#D0D594

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

Shades of Deco #D0D594

Tints of Deco #D0D594

Color information

#D0D594 (or 0xD0D594) is unknown color: approx Deco. HEX triplet: D0, D5 and 94. RGB value is (208,213,148). Sum of RGB (Red+Green+Blue) = 208+213+148=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D594 is #2F2A6B. Grayscale: #CCCCCC. Windows color (decimal): -3091052 or 9754064. OLE color: 9754064.

HSL color Cylindrical-coordinate representation of color #D0D594: hue angle of 64.62º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0D594 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB208213148-
CMYK0.0200.310.16
HSL64.62º43.62%70.78%-
HSV(B)64.62º30.52%83.53%-
XYZ55.1563.1437.3-
YUV204.0996.34130.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 213 (83.59% from 255) = 37.43%
BLUE value IS 148 (58.20% from 255) = 26.01%
R=36.56%
G=37.43%
B=26.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082131480.0200.310.1664.6243.6270.78
HexD0D594201F10412c47
Octal32032522420372010154107
Binary110100001101010110010100100111111000010000011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D594; }

 p { color: rgb(208,213,148); }

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

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

 a { background-color: rgb(208,213,148); }

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

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

 span { border-color: rgb(208,213,148); }

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