#D0D97C

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

Shades of Deco #D0D97C

Tints of Deco #D0D97C

Color information

#D0D97C (or 0xD0D97C) is unknown color: approx Deco. HEX triplet: D0, D9 and 7C. RGB value is (208,217,124). Sum of RGB (Red+Green+Blue) = 208+217+124=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 124 (48.83% from 255 or 22.59% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D97C is #2F2683. Grayscale: #CCCCCC. Windows color (decimal): -3090052 or 8182224. OLE color: 8182224.

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

Color convert

RGB208217124-
CMYK0.0400.430.15
HSL65.81º55.03%66.86%-
HSV(B)65.81º42.86%85.1%-
XYZ54.4664.4928.65-
YUV203.7183.02131.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.89%
GREEN value IS 217 (85.16% from 255) = 39.53%
BLUE value IS 124 (48.83% from 255) = 22.59%
R=37.89%
G=39.53%
B=22.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082171240.0400.430.1565.8155.0366.86
HexD0D97C402BF423743
Octal32033117440531710267103
Binary110100001101100111111001000101011111110000101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D97C; }

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

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

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

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

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

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

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

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