Shades of Sandwisp #D6CF81
Tints of Sandwisp #D6CF81
RGB
CMYK
RGB Variations
Color information
#D6CF81 (or 0xD6CF81) is known color: Sandwisp. HEX triplet: D6, CF and 81. RGB value is (214,207,129). Sum of RGB (Red+Green+Blue) = 214+207+129=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 129 (50.78% from 255 or 23.45% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CF81 is #29307E. Grayscale: #C8C8C8. Windows color (decimal): -2699391 or 8507350. OLE color: 8507350.
HSL color Cylindrical-coordinate representation of color #D6CF81: hue angle of 55.06º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6CF81 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 129 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.16 |
| HSL | 55.06º | 0.51% | 0.67% | - |
| HSV(B) | 55.06º | 0.4% | 0.84% | - |
| XYZ | 54.01 | 60.51 | 29.6 | - |
| YUV | 200.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 129 | 0 | 0.03 | 0.40 | 0.16 | 55.06 | 0.51 | 0.67 |
| Hex | D6 | CF | 81 | 0 | 3 | 28 | 10 | 37 | 33 | 43 |
| Octal | 326 | 317 | 201 | 0 | 3 | 50 | 20 | 67 | 63 | 103 |
| Binary | 11010110 | 11001111 | 10000001 | 0 | 11 | 101000 | 10000 | 110111 | 110011 | 1000011 |
Color Harmonies of #D6CF81
Complementary color
Monochromatic Colors of #D6CF81
Black with #D6CF81
Text Example
Text Example
White with #D6CF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF81; }
p { color: rgb(214,207,129); }
H1.HeaderClassName
{
color: #D6CF81;
}
.AnyTagClassName
{
color: #D6CF81;
}
</style>
background-color css
<style>
a { background-color: #D6CF81; }
a { background-color: rgb(214,207,129); }
div.DivClassName
{
background-color: #D6CF81;
}
.BgClassName
{
background-color: #D6CF81;
}
</style>
border-color css
<style>
span { border-color: #D6CF81; }
span { border-color: rgb(214,207,129); }
td.TdClassName
{
border-color: #D6CF81;
}
.TagClassName
{
border-color: #D6CF81;
}
</style>