#D0DB9A

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

Shades of Reef #D0DB9A

Tints of Reef #D0DB9A

Color information

#D0DB9A (or 0xD0DB9A) is unknown color: approx Reef. HEX triplet: D0, DB and 9A. RGB value is (208,219,154). Sum of RGB (Red+Green+Blue) = 208+219+154=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DB9A is #2F2465. Grayscale: #D0D0D0. Windows color (decimal): -3089510 or 10148816. OLE color: 10148816.

HSL color Cylindrical-coordinate representation of color #D0DB9A: hue angle of 70.15º degrees, saturation: 0.47, 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 #D0DB9A is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB208219154-
CMYK0.0500.300.14
HSL70.15º47.45%73.14%-
HSV(B)70.15º29.68%85.88%-
XYZ57.1866.4140.38-
YUV208.397.36127.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 219 (85.94% from 255) = 37.69%
BLUE value IS 154 (60.55% from 255) = 26.51%
R=35.80%
G=37.69%
B=26.51%

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
Decimal2082191540.0500.300.1470.1547.4573.14
HexD0DB9A501EE462f49
Octal32033323250361610657111
Binary110100001101101110011010101011110111010001101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DB9A; }

 p { color: rgb(208,219,154); }

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

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

 a { background-color: rgb(208,219,154); }

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

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

 span { border-color: rgb(208,219,154); }

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