#D0DC89

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

Shades of Deco #D0DC89

Tints of Deco #D0DC89

Color information

#D0DC89 (or 0xD0DC89) is unknown color: approx Deco. HEX triplet: D0, DC and 89. RGB value is (208,220,137). Sum of RGB (Red+Green+Blue) = 208+220+137=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 137 (53.91% from 255 or 24.25% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DC89 is #2F2376. Grayscale: #CFCFCF. Windows color (decimal): -3089271 or 9034960. OLE color: 9034960.

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

Color convert

RGB208220137-
CMYK0.0500.380.14
HSL68.67º54.25%70%-
HSV(B)68.67º37.73%86.27%-
XYZ56.1266.433.53-
YUV206.9588.52128.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 137 (53.91% from 255) = 24.25%
R=36.81%
G=38.94%
B=24.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082201370.0500.380.1468.6754.2570
HexD0DC895026E453646
Octal32033421150461610566106
Binary1101000011011100100010011010100110111010001011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DC89; }

 p { color: rgb(208,220,137); }

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

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

 a { background-color: rgb(208,220,137); }

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

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

 span { border-color: rgb(208,220,137); }

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