#D2DD99

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

Shades of Reef #D2DD99

Tints of Reef #D2DD99

Color information

#D2DD99 (or 0xD2DD99) is unknown color: approx Reef. HEX triplet: D2, DD and 99. RGB value is (210,221,153). Sum of RGB (Red+Green+Blue) = 210+221+153=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 153 (60.16% from 255 or 26.20% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DD99 is #2D2266. Grayscale: #D2D2D2. Windows color (decimal): -2957927 or 10083794. OLE color: 10083794.

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

Color convert

RGB210221153-
CMYK0.0500.310.13
HSL69.71º50%73.33%-
HSV(B)69.71º30.77%86.67%-
XYZ58.1867.7140.14-
YUV209.9695.86128.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.96%
GREEN value IS 221 (86.72% from 255) = 37.84%
BLUE value IS 153 (60.16% from 255) = 26.20%
R=35.96%
G=37.84%
B=26.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102211530.0500.310.1369.715073.33
HexD2DD99501FD463249
Octal32233523150371510662111
Binary110100101101110110011001101011111110110001101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DD99; }

 p { color: rgb(210,221,153); }

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

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

 a { background-color: rgb(210,221,153); }

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

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

 span { border-color: rgb(210,221,153); }

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