#D2DC9A

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

Shades of Reef #D2DC9A

Tints of Reef #D2DC9A

Color information

#D2DC9A (or 0xD2DC9A) is unknown color: approx Reef. HEX triplet: D2, DC and 9A. RGB value is (210,220,154). Sum of RGB (Red+Green+Blue) = 210+220+154=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DC9A is #2D2365. Grayscale: #D1D1D1. Windows color (decimal): -2958182 or 10149074. OLE color: 10149074.

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

Color convert

RGB210220154-
CMYK0.0500.30.14
HSL69.09º48.53%73.33%-
HSV(B)69.09º30%86.27%-
XYZ5867.2240.49-
YUV209.4996.69128.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.96%
GREEN value IS 220 (86.33% from 255) = 37.67%
BLUE value IS 154 (60.55% from 255) = 26.37%
R=35.96%
G=37.67%
B=26.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102201540.0500.30.1469.0948.5373.33
HexD2DC9A501EE453149
Octal32233423250361610561111
Binary110100101101110010011010101011110111010001011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DC9A; }

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

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

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

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

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

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

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

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