#D0DF98

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

Shades of Reef #D0DF98

Tints of Reef #D0DF98

Color information

#D0DF98 (or 0xD0DF98) is unknown color: approx Reef. HEX triplet: D0, DF and 98. RGB value is (208,223,152). Sum of RGB (Red+Green+Blue) = 208+223+152=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 152 (59.77% from 255 or 26.07% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DF98 is #2F2067. Grayscale: #D2D2D2. Windows color (decimal): -3088488 or 10018768. OLE color: 10018768.

HSL color Cylindrical-coordinate representation of color #D0DF98: hue angle of 72.68º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0DF98 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB208223152-
CMYK0.0700.320.13
HSL72.68º52.59%73.53%-
HSV(B)72.68º31.84%87.45%-
XYZ58.0768.4539.86-
YUV210.4295.03126.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.68%
GREEN value IS 223 (87.5% from 255) = 38.25%
BLUE value IS 152 (59.77% from 255) = 26.07%
R=35.68%
G=38.25%
B=26.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082231520.0700.320.1372.6852.5973.53
HexD0DF987020D49354a
Octal32033723070401511165112
Binary1101000011011111100110001110100000110110010011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DF98; }

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

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

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

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

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

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

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

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