#D2DD9B

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

Shades of Reef #D2DD9B

Tints of Reef #D2DD9B

Color information

#D2DD9B (or 0xD2DD9B) is unknown color: approx Reef. HEX triplet: D2, DD and 9B. RGB value is (210,221,155). Sum of RGB (Red+Green+Blue) = 210+221+155=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DD9B is #2D2264. Grayscale: #D2D2D2. Windows color (decimal): -2957925 or 10214866. OLE color: 10214866.

HSL color Cylindrical-coordinate representation of color #D2DD9B: hue angle of 70º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2DD9B is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB210221155-
CMYK0.0500.300.13
HSL70º49.25%73.73%-
HSV(B)70º29.86%86.67%-
XYZ58.3567.7841.02-
YUV210.1996.86127.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.84%
GREEN value IS 221 (86.72% from 255) = 37.71%
BLUE value IS 155 (60.94% from 255) = 26.45%
R=35.84%
G=37.71%
B=26.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102211550.0500.300.137049.2573.73
HexD2DD9B501ED46314a
Octal32233523350361510661112
Binary110100101101110110011011101011110110110001101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DD9B; }

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

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

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

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

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

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

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

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