Shades of Reef #D0DC98
Tints of Reef #D0DC98
RGB
CMYK
RGB Variations
Color information
#D0DC98 (or 0xD0DC98) is known color: Reef. HEX triplet: D0, DC and 98. RGB value is (208,220,152). Sum of RGB (Red+Green+Blue) = 208+220+152=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DC98 is #2F2367. Grayscale: #D0D0D0. Windows color (decimal): -3089256 or 10018000. OLE color: 10018000.
HSL color Cylindrical-coordinate representation of color #D0DC98: hue angle of 70.59º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0DC98 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 152 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.14 |
| HSL | 70.59º | 0.49% | 0.73% | - |
| HSV(B) | 70.59º | 0.31% | 0.86% | - |
| XYZ | 57.27 | 66.86 | 39.59 | - |
| YUV | 208.66 | 96.02 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 152 | 0.05 | 0 | 0.31 | 0.14 | 70.59 | 0.49 | 0.73 |
| Hex | D0 | DC | 98 | 5 | 0 | 1F | E | 47 | 31 | 49 |
| Octal | 320 | 334 | 230 | 5 | 0 | 37 | 16 | 107 | 61 | 111 |
| Binary | 11010000 | 11011100 | 10011000 | 101 | 0 | 11111 | 1110 | 1000111 | 110001 | 1001001 |
Color Harmonies of #D0DC98
Complementary color
Monochromatic Colors of #D0DC98
Black with #D0DC98
Text Example
Text Example
White with #D0DC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DC98; }
p { color: rgb(208,220,152); }
H1.HeaderClassName
{
color: #D0DC98;
}
.AnyTagClassName
{
color: #D0DC98;
}
</style>
background-color css
<style>
a { background-color: #D0DC98; }
a { background-color: rgb(208,220,152); }
div.DivClassName
{
background-color: #D0DC98;
}
.BgClassName
{
background-color: #D0DC98;
}
</style>
border-color css
<style>
span { border-color: #D0DC98; }
span { border-color: rgb(208,220,152); }
td.TdClassName
{
border-color: #D0DC98;
}
.TagClassName
{
border-color: #D0DC98;
}
</style>