Shades of Reef #DAF09C
Tints of Reef #DAF09C
RGB
CMYK
RGB Variations
Color information
#DAF09C (or 0xDAF09C) is known color: Reef. HEX triplet: DA, F0 and 9C. RGB value is (218,240,156). Sum of RGB (Red+Green+Blue) = 218+240+156=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 156 (61.33% from 255 or 25.41% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF09C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF09C is #250F63. Grayscale: #E0E0E0. Windows color (decimal): -2428772 or 10285274. OLE color: 10285274.
HSL color Cylindrical-coordinate representation of color #DAF09C: hue angle of 75.71º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAF09C is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 156 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.06 |
| HSL | 75.71º | 0.74% | 0.78% | - |
| HSV(B) | 75.71º | 0.35% | 0.94% | - |
| XYZ | 66.07 | 79.63 | 43.34 | - |
| YUV | 223.85 | 89.71 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 156 | 0.09 | 0 | 0.35 | 0.06 | 75.71 | 0.74 | 0.78 |
| Hex | DA | F0 | 9C | 9 | 0 | 23 | 6 | 4C | 4A | 4E |
| Octal | 332 | 360 | 234 | 11 | 0 | 43 | 6 | 114 | 112 | 116 |
| Binary | 11011010 | 11110000 | 10011100 | 1001 | 0 | 100011 | 110 | 1001100 | 1001010 | 1001110 |
Color Harmonies of #DAF09C
Complementary color
Monochromatic Colors of #DAF09C
Black with #DAF09C
Text Example
Text Example
White with #DAF09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF09C; }
p { color: rgb(218,240,156); }
H1.HeaderClassName
{
color: #DAF09C;
}
.AnyTagClassName
{
color: #DAF09C;
}
</style>
background-color css
<style>
a { background-color: #DAF09C; }
a { background-color: rgb(218,240,156); }
div.DivClassName
{
background-color: #DAF09C;
}
.BgClassName
{
background-color: #DAF09C;
}
</style>
border-color css
<style>
span { border-color: #DAF09C; }
span { border-color: rgb(218,240,156); }
td.TdClassName
{
border-color: #DAF09C;
}
.TagClassName
{
border-color: #DAF09C;
}
</style>