#D0DD95

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

Shades of Reef #D0DD95

Tints of Reef #D0DD95

Color information

#D0DD95 (or 0xD0DD95) is unknown color: approx Reef. HEX triplet: D0, DD and 95. RGB value is (208,221,149). Sum of RGB (Red+Green+Blue) = 208+221+149=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DD95 is #2F226A. Grayscale: #D1D1D1. Windows color (decimal): -3089003 or 9821648. OLE color: 9821648.

HSL color Cylindrical-coordinate representation of color #D0DD95: hue angle of 70.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0DD95 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB208221149-
CMYK0.0600.330.13
HSL70.83º51.43%72.55%-
HSV(B)70.83º32.58%86.67%-
XYZ57.2967.2938.4-
YUV208.994.19127.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.99%
GREEN value IS 221 (86.72% from 255) = 38.24%
BLUE value IS 149 (58.59% from 255) = 25.78%
R=35.99%
G=38.24%
B=25.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082211490.0600.330.1370.8351.4372.55
HexD0DD956021D473349
Octal32033522560411510763111
Binary1101000011011101100101011100100001110110001111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DD95; }

 p { color: rgb(208,221,149); }

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

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

 a { background-color: rgb(208,221,149); }

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

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

 span { border-color: rgb(208,221,149); }

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