#D0DB91

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

Shades of Deco #D0DB91

Tints of Deco #D0DB91

Color information

#D0DB91 (or 0xD0DB91) is unknown color: approx Deco. HEX triplet: D0, DB and 91. RGB value is (208,219,145). Sum of RGB (Red+Green+Blue) = 208+219+145=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 145 (57.03% from 255 or 25.35% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DB91 is #2F246E. Grayscale: #CFCFCF. Windows color (decimal): -3089519 or 9558992. OLE color: 9558992.

HSL color Cylindrical-coordinate representation of color #D0DB91: hue angle of 68.92º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0DB91 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB208219145-
CMYK0.0500.340.14
HSL68.92º50.68%71.37%-
HSV(B)68.92º33.79%85.88%-
XYZ56.4566.1236.57-
YUV207.2892.86128.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.36%
GREEN value IS 219 (85.94% from 255) = 38.29%
BLUE value IS 145 (57.03% from 255) = 25.35%
R=36.36%
G=38.29%
B=25.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082191450.0500.340.1468.9250.6871.37
HexD0DB915022E453347
Octal32033322150421610563107
Binary1101000011011011100100011010100010111010001011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DB91; }

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

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

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

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

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

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

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

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