Shades of Sandwisp #DCD481
Tints of Sandwisp #DCD481
RGB
CMYK
RGB Variations
Color information
#DCD481 (or 0xDCD481) is known color: Sandwisp. HEX triplet: DC, D4 and 81. RGB value is (220,212,129). Sum of RGB (Red+Green+Blue) = 220+212+129=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 129 (50.78% from 255 or 22.99% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD481 is #232B7E. Grayscale: #CDCDCD. Windows color (decimal): -2304895 or 8508636. OLE color: 8508636.
HSL color Cylindrical-coordinate representation of color #DCD481: hue angle of 54.73º 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 #DCD481 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 129 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.14 |
| HSL | 54.73º | 0.57% | 0.68% | - |
| HSV(B) | 54.73º | 0.41% | 0.86% | - |
| XYZ | 57.02 | 63.89 | 30.1 | - |
| YUV | 204.93 | 85.15 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 129 | 0 | 0.04 | 0.41 | 0.14 | 54.73 | 0.57 | 0.68 |
| Hex | DC | D4 | 81 | 0 | 4 | 29 | E | 37 | 39 | 44 |
| Octal | 334 | 324 | 201 | 0 | 4 | 51 | 16 | 67 | 71 | 104 |
| Binary | 11011100 | 11010100 | 10000001 | 0 | 100 | 101001 | 1110 | 110111 | 111001 | 1000100 |
Color Harmonies of #DCD481
Complementary color
Monochromatic Colors of #DCD481
Black with #DCD481
Text Example
Text Example
White with #DCD481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD481; }
p { color: rgb(220,212,129); }
H1.HeaderClassName
{
color: #DCD481;
}
.AnyTagClassName
{
color: #DCD481;
}
</style>
background-color css
<style>
a { background-color: #DCD481; }
a { background-color: rgb(220,212,129); }
div.DivClassName
{
background-color: #DCD481;
}
.BgClassName
{
background-color: #DCD481;
}
</style>
border-color css
<style>
span { border-color: #DCD481; }
span { border-color: rgb(220,212,129); }
td.TdClassName
{
border-color: #DCD481;
}
.TagClassName
{
border-color: #DCD481;
}
</style>