Shades of Sandwisp #DCCD79
Tints of Sandwisp #DCCD79
RGB
CMYK
RGB Variations
Color information
#DCCD79 (or 0xDCCD79) is known color: Sandwisp. HEX triplet: DC, CD and 79. RGB value is (220,205,121). Sum of RGB (Red+Green+Blue) = 220+205+121=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 121 (47.66% from 255 or 22.16% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD79 is #233286. Grayscale: #C8C8C8. Windows color (decimal): -2306695 or 7982556. OLE color: 7982556.
HSL color Cylindrical-coordinate representation of color #DCCD79: hue angle of 50.91º 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 #DCCD79 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 121 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.14 |
| HSL | 50.91º | 0.59% | 0.67% | - |
| HSV(B) | 50.91º | 0.45% | 0.86% | - |
| XYZ | 54.8 | 60.26 | 26.83 | - |
| YUV | 199.91 | 83.47 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 121 | 0 | 0.07 | 0.45 | 0.14 | 50.91 | 0.59 | 0.67 |
| Hex | DC | CD | 79 | 0 | 7 | 2D | E | 33 | 3B | 43 |
| Octal | 334 | 315 | 171 | 0 | 7 | 55 | 16 | 63 | 73 | 103 |
| Binary | 11011100 | 11001101 | 1111001 | 0 | 111 | 101101 | 1110 | 110011 | 111011 | 1000011 |
Color Harmonies of #DCCD79
Complementary color
Monochromatic Colors of #DCCD79
Black with #DCCD79
Text Example
Text Example
White with #DCCD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD79; }
p { color: rgb(220,205,121); }
H1.HeaderClassName
{
color: #DCCD79;
}
.AnyTagClassName
{
color: #DCCD79;
}
</style>
background-color css
<style>
a { background-color: #DCCD79; }
a { background-color: rgb(220,205,121); }
div.DivClassName
{
background-color: #DCCD79;
}
.BgClassName
{
background-color: #DCCD79;
}
</style>
border-color css
<style>
span { border-color: #DCCD79; }
span { border-color: rgb(220,205,121); }
td.TdClassName
{
border-color: #DCCD79;
}
.TagClassName
{
border-color: #DCCD79;
}
</style>