Shades of Reef #D0DF9A
Tints of Reef #D0DF9A
RGB
CMYK
RGB Variations
Color information
#D0DF9A (or 0xD0DF9A) is known color: Reef. HEX triplet: D0, DF and 9A. RGB value is (208,223,154). Sum of RGB (Red+Green+Blue) = 208+223+154=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DF9A is #2F2065. Grayscale: #D2D2D2. Windows color (decimal): -3088486 or 10149840. OLE color: 10149840.
HSL color Cylindrical-coordinate representation of color #D0DF9A: hue angle of 73.04º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0DF9A is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 154 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.13 |
| HSL | 73.04º | 0.52% | 0.74% | - |
| HSV(B) | 73.04º | 0.31% | 0.87% | - |
| XYZ | 58.23 | 68.52 | 40.73 | - |
| YUV | 210.65 | 96.03 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 154 | 0.07 | 0 | 0.31 | 0.13 | 73.04 | 0.52 | 0.74 |
| Hex | D0 | DF | 9A | 7 | 0 | 1F | D | 49 | 34 | 4A |
| Octal | 320 | 337 | 232 | 7 | 0 | 37 | 15 | 111 | 64 | 112 |
| Binary | 11010000 | 11011111 | 10011010 | 111 | 0 | 11111 | 1101 | 1001001 | 110100 | 1001010 |
Color Harmonies of #D0DF9A
Complementary color
Monochromatic Colors of #D0DF9A
Black with #D0DF9A
Text Example
Text Example
White with #D0DF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF9A; }
p { color: rgb(208,223,154); }
H1.HeaderClassName
{
color: #D0DF9A;
}
.AnyTagClassName
{
color: #D0DF9A;
}
</style>
background-color css
<style>
a { background-color: #D0DF9A; }
a { background-color: rgb(208,223,154); }
div.DivClassName
{
background-color: #D0DF9A;
}
.BgClassName
{
background-color: #D0DF9A;
}
</style>
border-color css
<style>
span { border-color: #D0DF9A; }
span { border-color: rgb(208,223,154); }
td.TdClassName
{
border-color: #D0DF9A;
}
.TagClassName
{
border-color: #D0DF9A;
}
</style>