Shades of Sandwisp #DCCD7A
Tints of Sandwisp #DCCD7A
RGB
CMYK
RGB Variations
Color information
#DCCD7A (or 0xDCCD7A) is known color: Sandwisp. HEX triplet: DC, CD and 7A. RGB value is (220,205,122). Sum of RGB (Red+Green+Blue) = 220+205+122=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 122 (48.05% from 255 or 22.30% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD7A is #233285. Grayscale: #C8C8C8. Windows color (decimal): -2306694 or 8048092. OLE color: 8048092.
HSL color Cylindrical-coordinate representation of color #DCCD7A: hue angle of 50.82º degrees, saturation: 0.58, 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 #DCCD7A is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 122 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.14 |
| HSL | 50.82º | 0.58% | 0.67% | - |
| HSV(B) | 50.82º | 0.45% | 0.86% | - |
| XYZ | 54.86 | 60.28 | 27.16 | - |
| YUV | 200.02 | 83.97 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 122 | 0 | 0.07 | 0.45 | 0.14 | 50.82 | 0.58 | 0.67 |
| Hex | DC | CD | 7A | 0 | 7 | 2D | E | 33 | 3A | 43 |
| Octal | 334 | 315 | 172 | 0 | 7 | 55 | 16 | 63 | 72 | 103 |
| Binary | 11011100 | 11001101 | 1111010 | 0 | 111 | 101101 | 1110 | 110011 | 111010 | 1000011 |
Color Harmonies of #DCCD7A
Complementary color
Monochromatic Colors of #DCCD7A
Black with #DCCD7A
Text Example
Text Example
White with #DCCD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD7A; }
p { color: rgb(220,205,122); }
H1.HeaderClassName
{
color: #DCCD7A;
}
.AnyTagClassName
{
color: #DCCD7A;
}
</style>
background-color css
<style>
a { background-color: #DCCD7A; }
a { background-color: rgb(220,205,122); }
div.DivClassName
{
background-color: #DCCD7A;
}
.BgClassName
{
background-color: #DCCD7A;
}
</style>
border-color css
<style>
span { border-color: #DCCD7A; }
span { border-color: rgb(220,205,122); }
td.TdClassName
{
border-color: #DCCD7A;
}
.TagClassName
{
border-color: #DCCD7A;
}
</style>