Shades of Sandwisp #D6CF7B
Tints of Sandwisp #D6CF7B
RGB
CMYK
RGB Variations
Color information
#D6CF7B (or 0xD6CF7B) is known color: Sandwisp. HEX triplet: D6, CF and 7B. RGB value is (214,207,123). Sum of RGB (Red+Green+Blue) = 214+207+123=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 123 (48.44% from 255 or 22.61% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CF7B is #293084. Grayscale: #C7C7C7. Windows color (decimal): -2699397 or 8114134. OLE color: 8114134.
HSL color Cylindrical-coordinate representation of color #D6CF7B: hue angle of 55.38º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6CF7B is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 123 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.16 |
| HSL | 55.38º | 0.53% | 0.66% | - |
| HSV(B) | 55.38º | 0.43% | 0.84% | - |
| XYZ | 53.62 | 60.35 | 27.56 | - |
| YUV | 199.52 | 84.82 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 123 | 0 | 0.03 | 0.43 | 0.16 | 55.38 | 0.53 | 0.66 |
| Hex | D6 | CF | 7B | 0 | 3 | 2B | 10 | 37 | 35 | 42 |
| Octal | 326 | 317 | 173 | 0 | 3 | 53 | 20 | 67 | 65 | 102 |
| Binary | 11010110 | 11001111 | 1111011 | 0 | 11 | 101011 | 10000 | 110111 | 110101 | 1000010 |
Color Harmonies of #D6CF7B
Complementary color
Monochromatic Colors of #D6CF7B
Black with #D6CF7B
Text Example
Text Example
White with #D6CF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF7B; }
p { color: rgb(214,207,123); }
H1.HeaderClassName
{
color: #D6CF7B;
}
.AnyTagClassName
{
color: #D6CF7B;
}
</style>
background-color css
<style>
a { background-color: #D6CF7B; }
a { background-color: rgb(214,207,123); }
div.DivClassName
{
background-color: #D6CF7B;
}
.BgClassName
{
background-color: #D6CF7B;
}
</style>
border-color css
<style>
span { border-color: #D6CF7B; }
span { border-color: rgb(214,207,123); }
td.TdClassName
{
border-color: #D6CF7B;
}
.TagClassName
{
border-color: #D6CF7B;
}
</style>