#D0DC9B

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

Shades of Reef #D0DC9B

Tints of Reef #D0DC9B

Color information

#D0DC9B (or 0xD0DC9B) is unknown color: approx Reef. HEX triplet: D0, DC and 9B. RGB value is (208,220,155). Sum of RGB (Red+Green+Blue) = 208+220+155=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 155 (60.94% from 255 or 26.59% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DC9B is #2F2364. Grayscale: #D1D1D1. Windows color (decimal): -3089253 or 10214608. OLE color: 10214608.

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

Color convert

RGB208220155-
CMYK0.0500.300.14
HSL71.08º48.15%73.53%-
HSV(B)71.08º29.55%86.27%-
XYZ57.5266.9640.9-
YUV20997.52127.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.68%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 155 (60.94% from 255) = 26.59%
R=35.68%
G=37.74%
B=26.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082201550.0500.300.1471.0848.1573.53
HexD0DC9B501EE47304a
Octal32033423350361610760112
Binary110100001101110010011011101011110111010001111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DC9B; }

 p { color: rgb(208,220,155); }

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

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

 a { background-color: rgb(208,220,155); }

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

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

 span { border-color: rgb(208,220,155); }

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