Shades of Reef #D4DF9A
Tints of Reef #D4DF9A
RGB
CMYK
RGB Variations
Color information
#D4DF9A (or 0xD4DF9A) is known color: Reef. HEX triplet: D4, DF and 9A. RGB value is (212,223,154). Sum of RGB (Red+Green+Blue) = 212+223+154=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DF9A is #2B2065. Grayscale: #D4D4D4. Windows color (decimal): -2826342 or 10149844. OLE color: 10149844.
HSL color Cylindrical-coordinate representation of color #D4DF9A: hue angle of 69.57º 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 #D4DF9A is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 223 | 154 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.13 |
| HSL | 69.57º | 0.52% | 0.74% | - |
| HSV(B) | 69.57º | 0.31% | 0.87% | - |
| XYZ | 59.37 | 69.11 | 40.78 | - |
| YUV | 211.85 | 95.36 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 223 | 154 | 0.05 | 0 | 0.31 | 0.13 | 69.57 | 0.52 | 0.74 |
| Hex | D4 | DF | 9A | 5 | 0 | 1F | D | 46 | 34 | 4A |
| Octal | 324 | 337 | 232 | 5 | 0 | 37 | 15 | 106 | 64 | 112 |
| Binary | 11010100 | 11011111 | 10011010 | 101 | 0 | 11111 | 1101 | 1000110 | 110100 | 1001010 |
Color Harmonies of #D4DF9A
Complementary color
Monochromatic Colors of #D4DF9A
Black with #D4DF9A
Text Example
Text Example
White with #D4DF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DF9A; }
p { color: rgb(212,223,154); }
H1.HeaderClassName
{
color: #D4DF9A;
}
.AnyTagClassName
{
color: #D4DF9A;
}
</style>
background-color css
<style>
a { background-color: #D4DF9A; }
a { background-color: rgb(212,223,154); }
div.DivClassName
{
background-color: #D4DF9A;
}
.BgClassName
{
background-color: #D4DF9A;
}
</style>
border-color css
<style>
span { border-color: #D4DF9A; }
span { border-color: rgb(212,223,154); }
td.TdClassName
{
border-color: #D4DF9A;
}
.TagClassName
{
border-color: #D4DF9A;
}
</style>