Shades of Reef #D1DC9A
Tints of Reef #D1DC9A
RGB
CMYK
RGB Variations
Color information
#D1DC9A (or 0xD1DC9A) is known color: Reef. HEX triplet: D1, DC and 9A. RGB value is (209,220,154). Sum of RGB (Red+Green+Blue) = 209+220+154=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 154 (60.55% from 255 or 26.42% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DC9A is #2E2365. Grayscale: #D1D1D1. Windows color (decimal): -3023718 or 10149073. OLE color: 10149073.
HSL color Cylindrical-coordinate representation of color #D1DC9A: hue angle of 70º degrees, saturation: 0.49, 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 #D1DC9A is Cyan = 0.05, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 220 | 154 | - |
| CMYK | 0.05 | 0 | 0.3 | 0.14 |
| HSL | 70º | 0.49% | 0.73% | - |
| HSV(B) | 70º | 0.3% | 0.86% | - |
| XYZ | 57.72 | 67.07 | 40.48 | - |
| YUV | 209.19 | 96.86 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 220 | 154 | 0.05 | 0 | 0.3 | 0.14 | 70 | 0.49 | 0.73 |
| Hex | D1 | DC | 9A | 5 | 0 | 1E | E | 46 | 31 | 49 |
| Octal | 321 | 334 | 232 | 5 | 0 | 36 | 16 | 106 | 61 | 111 |
| Binary | 11010001 | 11011100 | 10011010 | 101 | 0 | 11110 | 1110 | 1000110 | 110001 | 1001001 |
Color Harmonies of #D1DC9A
Complementary color
Monochromatic Colors of #D1DC9A
Black with #D1DC9A
Text Example
Text Example
White with #D1DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DC9A; }
p { color: rgb(209,220,154); }
H1.HeaderClassName
{
color: #D1DC9A;
}
.AnyTagClassName
{
color: #D1DC9A;
}
</style>
background-color css
<style>
a { background-color: #D1DC9A; }
a { background-color: rgb(209,220,154); }
div.DivClassName
{
background-color: #D1DC9A;
}
.BgClassName
{
background-color: #D1DC9A;
}
</style>
border-color css
<style>
span { border-color: #D1DC9A; }
span { border-color: rgb(209,220,154); }
td.TdClassName
{
border-color: #D1DC9A;
}
.TagClassName
{
border-color: #D1DC9A;
}
</style>