#D0DF99

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

Shades of Reef #D0DF99

Tints of Reef #D0DF99

Color information

#D0DF99 (or 0xD0DF99) is unknown color: approx Reef. HEX triplet: D0, DF and 99. RGB value is (208,223,153). Sum of RGB (Red+Green+Blue) = 208+223+153=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 153 (60.16% from 255 or 26.20% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DF99 is #2F2066. Grayscale: #D2D2D2. Windows color (decimal): -3088487 or 10084304. OLE color: 10084304.

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

Color convert

RGB208223153-
CMYK0.0700.310.13
HSL72.86º52.24%73.73%-
HSV(B)72.86º31.39%87.45%-
XYZ58.1568.4940.29-
YUV210.5495.53126.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.62%
GREEN value IS 223 (87.5% from 255) = 38.18%
BLUE value IS 153 (60.16% from 255) = 26.20%
R=35.62%
G=38.18%
B=26.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082231530.0700.310.1372.8652.2473.73
HexD0DF99701FD49344a
Octal32033723170371511164112
Binary110100001101111110011001111011111110110010011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DF99; }

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

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

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

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

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

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

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

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