#D0D090

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

Shades of Deco #D0D090

Tints of Deco #D0D090

Color information

#D0D090 (or 0xD0D090) is unknown color: approx Deco. HEX triplet: D0, D0 and 90. RGB value is (208,208,144). Sum of RGB (Red+Green+Blue) = 208+208+144=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D090 is #2F2F6F. Grayscale: #C8C8C8. Windows color (decimal): -3092336 or 9490640. OLE color: 9490640.

HSL color Cylindrical-coordinate representation of color #D0D090: hue angle of 60º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0D090 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB208208144-
CMYK000.310.18
HSL60º40.51%69.02%-
HSV(B)60º30.77%81.57%-
XYZ53.660.5435.24-
YUV200.796133.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.14%
GREEN value IS 208 (81.64% from 255) = 37.14%
BLUE value IS 144 (56.64% from 255) = 25.71%
R=37.14%
G=37.14%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208208144000.310.186040.5169.02
HexD0D090001F123c2945
Octal3203202200037227451105
Binary1101000011010000100100000011111100101111001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D090; }

 p { color: rgb(208,208,144); }

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

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

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

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

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

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

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