Shades of Sandwisp #DCCC77
Tints of Sandwisp #DCCC77
RGB
CMYK
RGB Variations
Color information
#DCCC77 (or 0xDCCC77) is known color: Sandwisp. HEX triplet: DC, CC and 77. RGB value is (220,204,119). Sum of RGB (Red+Green+Blue) = 220+204+119=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC77 is #233388. Grayscale: #C7C7C7. Windows color (decimal): -2306953 or 7851228. OLE color: 7851228.
HSL color Cylindrical-coordinate representation of color #DCCC77: hue angle of 50.5º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCCC77 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 119 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.14 |
| HSL | 50.5º | 0.59% | 0.66% | - |
| HSV(B) | 50.5º | 0.46% | 0.86% | - |
| XYZ | 54.44 | 59.73 | 26.11 | - |
| YUV | 199.09 | 82.8 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 119 | 0 | 0.07 | 0.46 | 0.14 | 50.5 | 0.59 | 0.66 |
| Hex | DC | CC | 77 | 0 | 7 | 2E | E | 32 | 3B | 42 |
| Octal | 334 | 314 | 167 | 0 | 7 | 56 | 16 | 62 | 73 | 102 |
| Binary | 11011100 | 11001100 | 1110111 | 0 | 111 | 101110 | 1110 | 110010 | 111011 | 1000010 |
Color Harmonies of #DCCC77
Complementary color
Monochromatic Colors of #DCCC77
Black with #DCCC77
Text Example
Text Example
White with #DCCC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC77; }
p { color: rgb(220,204,119); }
H1.HeaderClassName
{
color: #DCCC77;
}
.AnyTagClassName
{
color: #DCCC77;
}
</style>
background-color css
<style>
a { background-color: #DCCC77; }
a { background-color: rgb(220,204,119); }
div.DivClassName
{
background-color: #DCCC77;
}
.BgClassName
{
background-color: #DCCC77;
}
</style>
border-color css
<style>
span { border-color: #DCCC77; }
span { border-color: rgb(220,204,119); }
td.TdClassName
{
border-color: #DCCC77;
}
.TagClassName
{
border-color: #DCCC77;
}
</style>