Shades of Sandwisp #DCCD78
Tints of Sandwisp #DCCD78
RGB
CMYK
RGB Variations
Color information
#DCCD78 (or 0xDCCD78) is known color: Sandwisp. HEX triplet: DC, CD and 78. RGB value is (220,205,120). Sum of RGB (Red+Green+Blue) = 220+205+120=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 120 (47.27% from 255 or 22.02% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD78 is #233287. Grayscale: #C8C8C8. Windows color (decimal): -2306696 or 7917020. OLE color: 7917020.
HSL color Cylindrical-coordinate representation of color #DCCD78: hue angle of 51º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCCD78 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 120 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.14 |
| HSL | 51º | 0.59% | 0.67% | - |
| HSV(B) | 51º | 0.45% | 0.86% | - |
| XYZ | 54.74 | 60.23 | 26.51 | - |
| YUV | 199.8 | 82.97 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 120 | 0 | 0.07 | 0.45 | 0.14 | 51 | 0.59 | 0.67 |
| Hex | DC | CD | 78 | 0 | 7 | 2D | E | 33 | 3B | 43 |
| Octal | 334 | 315 | 170 | 0 | 7 | 55 | 16 | 63 | 73 | 103 |
| Binary | 11011100 | 11001101 | 1111000 | 0 | 111 | 101101 | 1110 | 110011 | 111011 | 1000011 |
Color Harmonies of #DCCD78
Complementary color
Monochromatic Colors of #DCCD78
Black with #DCCD78
Text Example
Text Example
White with #DCCD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD78; }
p { color: rgb(220,205,120); }
H1.HeaderClassName
{
color: #DCCD78;
}
.AnyTagClassName
{
color: #DCCD78;
}
</style>
background-color css
<style>
a { background-color: #DCCD78; }
a { background-color: rgb(220,205,120); }
div.DivClassName
{
background-color: #DCCD78;
}
.BgClassName
{
background-color: #DCCD78;
}
</style>
border-color css
<style>
span { border-color: #DCCD78; }
span { border-color: rgb(220,205,120); }
td.TdClassName
{
border-color: #DCCD78;
}
.TagClassName
{
border-color: #DCCD78;
}
</style>