#D0D498

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

Shades of Deco #D0D498

Tints of Deco #D0D498

Color information

#D0D498 (or 0xD0D498) is unknown color: approx Deco. HEX triplet: D0, D4 and 98. RGB value is (208,212,152). Sum of RGB (Red+Green+Blue) = 208+212+152=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D498 is #2F2B67. Grayscale: #CCCCCC. Windows color (decimal): -3091304 or 10015952. OLE color: 10015952.

HSL color Cylindrical-coordinate representation of color #D0D498: hue angle of 64º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0D498 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB208212152-
CMYK0.0200.280.17
HSL64º41.1%71.37%-
HSV(B)64º28.3%83.14%-
XYZ55.2262.7638.91-
YUV203.9698.67130.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.36%
GREEN value IS 212 (83.20% from 255) = 37.06%
BLUE value IS 152 (59.77% from 255) = 26.57%
R=36.36%
G=37.06%
B=26.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082121520.0200.280.176441.171.37
HexD0D498201C11402947
Octal32032423020342110051107
Binary110100001101010010011000100111001000110000001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D498; }

 p { color: rgb(208,212,152); }

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

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

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

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

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

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

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