Shades of Reef #D0DF92
Tints of Reef #D0DF92
RGB
CMYK
RGB Variations
Color information
#D0DF92 (or 0xD0DF92) is known color: Reef. HEX triplet: D0, DF and 92. RGB value is (208,223,146). Sum of RGB (Red+Green+Blue) = 208+223+146=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DF92 is #2F206D. Grayscale: #D2D2D2. Windows color (decimal): -3088494 or 9625552. OLE color: 9625552.
HSL color Cylindrical-coordinate representation of color #D0DF92: hue angle of 71.69º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0DF92 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 146 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.13 |
| HSL | 71.69º | 0.55% | 0.72% | - |
| HSV(B) | 71.69º | 0.35% | 0.87% | - |
| XYZ | 57.59 | 68.26 | 37.33 | - |
| YUV | 209.74 | 92.03 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 146 | 0.07 | 0 | 0.35 | 0.13 | 71.69 | 0.55 | 0.72 |
| Hex | D0 | DF | 92 | 7 | 0 | 23 | D | 48 | 37 | 48 |
| Octal | 320 | 337 | 222 | 7 | 0 | 43 | 15 | 110 | 67 | 110 |
| Binary | 11010000 | 11011111 | 10010010 | 111 | 0 | 100011 | 1101 | 1001000 | 110111 | 1001000 |
Color Harmonies of #D0DF92
Complementary color
Monochromatic Colors of #D0DF92
Black with #D0DF92
Text Example
Text Example
White with #D0DF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF92; }
p { color: rgb(208,223,146); }
H1.HeaderClassName
{
color: #D0DF92;
}
.AnyTagClassName
{
color: #D0DF92;
}
</style>
background-color css
<style>
a { background-color: #D0DF92; }
a { background-color: rgb(208,223,146); }
div.DivClassName
{
background-color: #D0DF92;
}
.BgClassName
{
background-color: #D0DF92;
}
</style>
border-color css
<style>
span { border-color: #D0DF92; }
span { border-color: rgb(208,223,146); }
td.TdClassName
{
border-color: #D0DF92;
}
.TagClassName
{
border-color: #D0DF92;
}
</style>