#D0DCA0

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

Shades of Reef #D0DCA0

Tints of Reef #D0DCA0

Color information

#D0DCA0 (or 0xD0DCA0) is unknown color: approx Reef. HEX triplet: D0, DC and A0. RGB value is (208,220,160). Sum of RGB (Red+Green+Blue) = 208+220+160=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DCA0 is #2F235F. Grayscale: #D1D1D1. Windows color (decimal): -3089248 or 10542288. OLE color: 10542288.

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

Color convert

RGB208220160-
CMYK0.0500.270.14
HSL72º46.15%74.51%-
HSV(B)72º27.27%86.27%-
XYZ57.9567.1343.16-
YUV209.57100.02126.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.37%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 160 (62.89% from 255) = 27.21%
R=35.37%
G=37.41%
B=27.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082201600.0500.270.147246.1574.51
HexD0DCA0501BE482e4b
Octal32033424050331611056113
Binary110100001101110010100000101011011111010010001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCA0; }

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

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

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

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

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

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

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

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