#D2DA98

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

Shades of Deco #D2DA98

Tints of Deco #D2DA98

Color information

#D2DA98 (or 0xD2DA98) is unknown color: approx Deco. HEX triplet: D2, DA and 98. RGB value is (210,218,152). Sum of RGB (Red+Green+Blue) = 210+218+152=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DA98 is #2D2567. Grayscale: #D0D0D0. Windows color (decimal): -2958696 or 10017490. OLE color: 10017490.

HSL color Cylindrical-coordinate representation of color #D2DA98: hue angle of 67.27º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2DA98 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB210218152-
CMYK0.0400.300.15
HSL67.27º47.14%72.55%-
HSV(B)67.27º30.28%85.49%-
XYZ57.3266.1139.45-
YUV208.0896.35129.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.21%
GREEN value IS 218 (85.55% from 255) = 37.59%
BLUE value IS 152 (59.77% from 255) = 26.21%
R=36.21%
G=37.59%
B=26.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102181520.0400.300.1567.2747.1472.55
HexD2DA98401EF432f49
Octal32233223040361710357111
Binary110100101101101010011000100011110111110000111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DA98; }

 p { color: rgb(210,218,152); }

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

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

 a { background-color: rgb(210,218,152); }

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

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

 span { border-color: rgb(210,218,152); }

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