Shades of Sandwisp #DCCC81
Tints of Sandwisp #DCCC81
RGB
CMYK
RGB Variations
Color information
#DCCC81 (or 0xDCCC81) is known color: Sandwisp. HEX triplet: DC, CC and 81. RGB value is (220,204,129). Sum of RGB (Red+Green+Blue) = 220+204+129=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC81 is #23337E. Grayscale: #C8C8C8. Windows color (decimal): -2306943 or 8506588. OLE color: 8506588.
HSL color Cylindrical-coordinate representation of color #DCCC81: hue angle of 49.45º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCCC81 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 129 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.14 |
| HSL | 49.45º | 0.57% | 0.68% | - |
| HSV(B) | 49.45º | 0.41% | 0.86% | - |
| XYZ | 55.07 | 59.99 | 29.44 | - |
| YUV | 200.23 | 87.8 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 129 | 0 | 0.07 | 0.41 | 0.14 | 49.45 | 0.57 | 0.68 |
| Hex | DC | CC | 81 | 0 | 7 | 29 | E | 31 | 39 | 44 |
| Octal | 334 | 314 | 201 | 0 | 7 | 51 | 16 | 61 | 71 | 104 |
| Binary | 11011100 | 11001100 | 10000001 | 0 | 111 | 101001 | 1110 | 110001 | 111001 | 1000100 |
Color Harmonies of #DCCC81
Complementary color
Monochromatic Colors of #DCCC81
Black with #DCCC81
Text Example
Text Example
White with #DCCC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC81; }
p { color: rgb(220,204,129); }
H1.HeaderClassName
{
color: #DCCC81;
}
.AnyTagClassName
{
color: #DCCC81;
}
</style>
background-color css
<style>
a { background-color: #DCCC81; }
a { background-color: rgb(220,204,129); }
div.DivClassName
{
background-color: #DCCC81;
}
.BgClassName
{
background-color: #DCCC81;
}
</style>
border-color css
<style>
span { border-color: #DCCC81; }
span { border-color: rgb(220,204,129); }
td.TdClassName
{
border-color: #DCCC81;
}
.TagClassName
{
border-color: #DCCC81;
}
</style>