Shades of Sandwisp #DCCA81
Tints of Sandwisp #DCCA81
RGB
CMYK
RGB Variations
Color information
#DCCA81 (or 0xDCCA81) is known color: Sandwisp. HEX triplet: DC, CA and 81. RGB value is (220,202,129). Sum of RGB (Red+Green+Blue) = 220+202+129=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 129 (50.78% from 255 or 23.41% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA81 is #23357E. Grayscale: #C7C7C7. Windows color (decimal): -2307455 or 8506076. OLE color: 8506076.
HSL color Cylindrical-coordinate representation of color #DCCA81: hue angle of 48.13º 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 #DCCA81 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 129 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.14 |
| HSL | 48.13º | 0.57% | 0.68% | - |
| HSV(B) | 48.13º | 0.41% | 0.86% | - |
| XYZ | 54.6 | 59.04 | 29.29 | - |
| YUV | 199.06 | 88.46 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 129 | 0 | 0.08 | 0.41 | 0.14 | 48.13 | 0.57 | 0.68 |
| Hex | DC | CA | 81 | 0 | 8 | 29 | E | 30 | 39 | 44 |
| Octal | 334 | 312 | 201 | 0 | 10 | 51 | 16 | 60 | 71 | 104 |
| Binary | 11011100 | 11001010 | 10000001 | 0 | 1000 | 101001 | 1110 | 110000 | 111001 | 1000100 |
Color Harmonies of #DCCA81
Complementary color
Monochromatic Colors of #DCCA81
Black with #DCCA81
Text Example
Text Example
White with #DCCA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA81; }
p { color: rgb(220,202,129); }
H1.HeaderClassName
{
color: #DCCA81;
}
.AnyTagClassName
{
color: #DCCA81;
}
</style>
background-color css
<style>
a { background-color: #DCCA81; }
a { background-color: rgb(220,202,129); }
div.DivClassName
{
background-color: #DCCA81;
}
.BgClassName
{
background-color: #DCCA81;
}
</style>
border-color css
<style>
span { border-color: #DCCA81; }
span { border-color: rgb(220,202,129); }
td.TdClassName
{
border-color: #DCCA81;
}
.TagClassName
{
border-color: #DCCA81;
}
</style>