Shades of Sulu #D6E686
Tints of Sulu #D6E686
RGB
CMYK
RGB Variations
Color information
#D6E686 (or 0xD6E686) is known color: Sulu. HEX triplet: D6, E6 and 86. RGB value is (214,230,134). Sum of RGB (Red+Green+Blue) = 214+230+134=578 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.02% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 134 (52.73% from 255 or 23.18% from 578); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6E686 is #291979. Grayscale: #D6D6D6. Windows color (decimal): -2693498 or 8840918. OLE color: 8840918.
HSL color Cylindrical-coordinate representation of color #D6E686: hue angle of 70º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6E686 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 230 | 134 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.10 |
| HSL | 70º | 0.66% | 0.71% | - |
| HSV(B) | 70º | 0.42% | 0.9% | - |
| XYZ | 60.33 | 72.61 | 33.39 | - |
| YUV | 214.27 | 82.7 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 230 | 134 | 0.07 | 0 | 0.42 | 0.10 | 70 | 0.66 | 0.71 |
| Hex | D6 | E6 | 86 | 7 | 0 | 2A | A | 46 | 42 | 47 |
| Octal | 326 | 346 | 206 | 7 | 0 | 52 | 12 | 106 | 102 | 107 |
| Binary | 11010110 | 11100110 | 10000110 | 111 | 0 | 101010 | 1010 | 1000110 | 1000010 | 1000111 |
Color Harmonies of #D6E686
Complementary color
Monochromatic Colors of #D6E686
Black with #D6E686
Text Example
Text Example
White with #D6E686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E686; }
p { color: rgb(214,230,134); }
H1.HeaderClassName
{
color: #D6E686;
}
.AnyTagClassName
{
color: #D6E686;
}
</style>
background-color css
<style>
a { background-color: #D6E686; }
a { background-color: rgb(214,230,134); }
div.DivClassName
{
background-color: #D6E686;
}
.BgClassName
{
background-color: #D6E686;
}
</style>
border-color css
<style>
span { border-color: #D6E686; }
span { border-color: rgb(214,230,134); }
td.TdClassName
{
border-color: #D6E686;
}
.TagClassName
{
border-color: #D6E686;
}
</style>