Html Css Color HEX #D0DB98 Deco

📋 copy color: '#D0DB98'

red 208 ◦ green 219 ◦ blue 152

#D0DB98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deco #D0DB98

Tints of Deco #D0DB98

RGB

 RED value IS 208 (81.64% from 255) = 35.92%

 GREEN value IS 219 (85.94% from 255) = 37.82%

 BLUE value IS 152 (59.77% from 255) = 26.25%

R = 35.92%
G = 37.82%
B = 26.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#D0DB98 (or 0xD0DB98) is known color: Deco. HEX triplet: D0, DB and 98. RGB value is (208,219,152). Sum of RGB (Red+Green+Blue) = 208+219+152=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DB98 is #2F2467. Grayscale: #D0D0D0. Windows color (decimal): -3089512 or 10017744. OLE color: 10017744.

HSL color Cylindrical-coordinate representation of color #D0DB98: hue angle of 69.85º 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 #D0DB98 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 219 152 -
CMYK 0.05 0 0.31 0.14
HSL 69.85º 0.48% 0.73% -
HSV(B) 69.85º 0.31% 0.86% -
XYZ 57.01 66.34 39.51 -
YUV 208.07 96.36 127.95 -
System Red Green Blue C M Y K H S L
Decimal 208 219 152 0.05 0 0.31 0.14 69.85 0.48 0.73
Hex D0 DB 98 5 0 1F E 46 30 49
Octal 320 333 230 5 0 37 16 106 60 111
Binary 11010000 11011011 10011000 101 0 11111 1110 1000110 110000 1001001

Color Harmonies of #D0DB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DB98

Black with #D0DB98

Text Example


Text Example

White with #D0DB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DB98; }

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

 H1.HeaderClassName
 {
   color: #D0DB98;
 }
 .AnyTagClassName
 {
   color: #D0DB98;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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