#D2DC9C

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

Shades of Reef #D2DC9C

Tints of Reef #D2DC9C

Color information

#D2DC9C (or 0xD2DC9C) is unknown color: approx Reef. HEX triplet: D2, DC and 9C. RGB value is (210,220,156). Sum of RGB (Red+Green+Blue) = 210+220+156=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 156 (61.33% from 255 or 26.62% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DC9C is #2D2363. Grayscale: #D1D1D1. Windows color (decimal): -2958180 or 10280146. OLE color: 10280146.

HSL color Cylindrical-coordinate representation of color #D2DC9C: hue angle of 69.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2DC9C is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB210220156-
CMYK0.0500.290.14
HSL69.38º47.76%73.73%-
HSV(B)69.38º29.09%86.27%-
XYZ58.1767.2941.37-
YUV209.7197.69128.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.84%
GREEN value IS 220 (86.33% from 255) = 37.54%
BLUE value IS 156 (61.33% from 255) = 26.62%
R=35.84%
G=37.54%
B=26.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102201560.0500.290.1469.3847.7673.73
HexD2DC9C501DE45304a
Octal32233423450351610560112
Binary110100101101110010011100101011101111010001011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DC9C; }

 p { color: rgb(210,220,156); }

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

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

 a { background-color: rgb(210,220,156); }

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

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

 span { border-color: rgb(210,220,156); }

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