#D0D991

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

Shades of Deco #D0D991

Tints of Deco #D0D991

Color information

#D0D991 (or 0xD0D991) is unknown color: approx Deco. HEX triplet: D0, D9 and 91. RGB value is (208,217,145). Sum of RGB (Red+Green+Blue) = 208+217+145=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 145 (57.03% from 255 or 25.44% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D991 is #2F266E. Grayscale: #CECECE. Windows color (decimal): -3090031 or 9558480. OLE color: 9558480.

HSL color Cylindrical-coordinate representation of color #D0D991: hue angle of 67.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0D991 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB208217145-
CMYK0.0400.330.15
HSL67.5º48.65%70.98%-
HSV(B)67.5º33.18%85.1%-
XYZ55.9465.0836.4-
YUV206.193.52129.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.49%
GREEN value IS 217 (85.16% from 255) = 38.07%
BLUE value IS 145 (57.03% from 255) = 25.44%
R=36.49%
G=38.07%
B=25.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082171450.0400.330.1567.548.6570.98
HexD0D9914021F443147
Octal32033122140411710461107
Binary1101000011011001100100011000100001111110001001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D991; }

 p { color: rgb(208,217,145); }

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

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

 a { background-color: rgb(208,217,145); }

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

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

 span { border-color: rgb(208,217,145); }

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