#D0DD98

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

Shades of Reef #D0DD98

Tints of Reef #D0DD98

Color information

#D0DD98 (or 0xD0DD98) is unknown color: approx Reef. HEX triplet: D0, DD and 98. RGB value is (208,221,152). Sum of RGB (Red+Green+Blue) = 208+221+152=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DD98 is #2F2267. Grayscale: #D1D1D1. Windows color (decimal): -3089000 or 10018256. OLE color: 10018256.

HSL color Cylindrical-coordinate representation of color #D0DD98: hue angle of 71.3º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0DD98 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB208221152-
CMYK0.0600.310.13
HSL71.3º50.36%73.14%-
HSV(B)71.3º31.22%86.67%-
XYZ57.5467.3939.68-
YUV209.2595.69127.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 152 (59.77% from 255) = 26.16%
R=35.80%
G=38.04%
B=26.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082211520.0600.310.1371.350.3673.14
HexD0DD98601FD473249
Octal32033523060371510762111
Binary110100001101110110011000110011111110110001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DD98; }

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

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

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

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

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

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

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

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