#D2DB98

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

Shades of Deco #D2DB98

Tints of Deco #D2DB98

Color information

#D2DB98 (or 0xD2DB98) is unknown color: approx Deco. HEX triplet: D2, DB and 98. RGB value is (210,219,152). Sum of RGB (Red+Green+Blue) = 210+219+152=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DB98 is #2D2467. Grayscale: #D0D0D0. Windows color (decimal): -2958440 or 10017746. OLE color: 10017746.

HSL color Cylindrical-coordinate representation of color #D2DB98: hue angle of 68.06º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2DB98 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB210219152-
CMYK0.0400.310.14
HSL68.06º48.2%72.75%-
HSV(B)68.06º30.59%85.88%-
XYZ57.5866.6339.53-
YUV208.6796.02128.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.14%
GREEN value IS 219 (85.94% from 255) = 37.69%
BLUE value IS 152 (59.77% from 255) = 26.16%
R=36.14%
G=37.69%
B=26.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102191520.0400.310.1468.0648.272.75
HexD2DB98401FE443049
Octal32233323040371610460111
Binary110100101101101110011000100011111111010001001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DB98; }

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

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

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

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

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

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

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

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