Shades of Sandwisp #DDCA81
Tints of Sandwisp #DDCA81
RGB
CMYK
RGB Variations
Color information
#DDCA81 (or 0xDDCA81) is known color: Sandwisp. HEX triplet: DD, CA and 81. RGB value is (221,202,129). Sum of RGB (Red+Green+Blue) = 221+202+129=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCA81 is #22357E. Grayscale: #C7C7C7. Windows color (decimal): -2241919 or 8506077. OLE color: 8506077.
HSL color Cylindrical-coordinate representation of color #DDCA81: hue angle of 47.61º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDCA81 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 129 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.13 |
| HSL | 47.61º | 0.58% | 0.69% | - |
| HSV(B) | 47.61º | 0.42% | 0.87% | - |
| XYZ | 54.9 | 59.2 | 29.3 | - |
| YUV | 199.36 | 88.29 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 129 | 0 | 0.09 | 0.42 | 0.13 | 47.61 | 0.58 | 0.69 |
| Hex | DD | CA | 81 | 0 | 9 | 2A | D | 30 | 3A | 45 |
| Octal | 335 | 312 | 201 | 0 | 11 | 52 | 15 | 60 | 72 | 105 |
| Binary | 11011101 | 11001010 | 10000001 | 0 | 1001 | 101010 | 1101 | 110000 | 111010 | 1000101 |
Color Harmonies of #DDCA81
Complementary color
Monochromatic Colors of #DDCA81
Black with #DDCA81
Text Example
Text Example
White with #DDCA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCA81; }
p { color: rgb(221,202,129); }
H1.HeaderClassName
{
color: #DDCA81;
}
.AnyTagClassName
{
color: #DDCA81;
}
</style>
background-color css
<style>
a { background-color: #DDCA81; }
a { background-color: rgb(221,202,129); }
div.DivClassName
{
background-color: #DDCA81;
}
.BgClassName
{
background-color: #DDCA81;
}
</style>
border-color css
<style>
span { border-color: #DDCA81; }
span { border-color: rgb(221,202,129); }
td.TdClassName
{
border-color: #DDCA81;
}
.TagClassName
{
border-color: #DDCA81;
}
</style>