#D0D98B

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

Shades of Deco #D0D98B

Tints of Deco #D0D98B

Color information

#D0D98B (or 0xD0D98B) is unknown color: approx Deco. HEX triplet: D0, D9 and 8B. RGB value is (208,217,139). Sum of RGB (Red+Green+Blue) = 208+217+139=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 139 (54.69% from 255 or 24.65% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D98B is #2F2674. Grayscale: #CDCDCD. Windows color (decimal): -3090037 or 9165264. OLE color: 9165264.

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

Color convert

RGB208217139-
CMYK0.0400.360.15
HSL66.92º50.65%69.8%-
HSV(B)66.92º35.94%85.1%-
XYZ55.4964.934.03-
YUV205.4290.52129.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.88%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 139 (54.69% from 255) = 24.65%
R=36.88%
G=38.48%
B=24.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082171390.0400.360.1566.9250.6569.8
HexD0D98B4024F433346
Octal32033121340441710363106
Binary1101000011011001100010111000100100111110000111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D98B; }

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

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

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

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

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

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

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

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