Shades of Sandwisp #DCCD7E
Tints of Sandwisp #DCCD7E
RGB
CMYK
RGB Variations
Color information
#DCCD7E (or 0xDCCD7E) is known color: Sandwisp. HEX triplet: DC, CD and 7E. RGB value is (220,205,126). Sum of RGB (Red+Green+Blue) = 220+205+126=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 126 (49.61% from 255 or 22.87% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD7E is #233281. Grayscale: #C8C8C8. Windows color (decimal): -2306690 or 8310236. OLE color: 8310236.
HSL color Cylindrical-coordinate representation of color #DCCD7E: hue angle of 50.43º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCCD7E is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 126 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.14 |
| HSL | 50.43º | 0.57% | 0.68% | - |
| HSV(B) | 50.43º | 0.43% | 0.86% | - |
| XYZ | 55.11 | 60.38 | 28.49 | - |
| YUV | 200.48 | 85.97 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 126 | 0 | 0.07 | 0.43 | 0.14 | 50.43 | 0.57 | 0.68 |
| Hex | DC | CD | 7E | 0 | 7 | 2B | E | 32 | 39 | 44 |
| Octal | 334 | 315 | 176 | 0 | 7 | 53 | 16 | 62 | 71 | 104 |
| Binary | 11011100 | 11001101 | 1111110 | 0 | 111 | 101011 | 1110 | 110010 | 111001 | 1000100 |
Color Harmonies of #DCCD7E
Complementary color
Monochromatic Colors of #DCCD7E
Black with #DCCD7E
Text Example
Text Example
White with #DCCD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD7E; }
p { color: rgb(220,205,126); }
H1.HeaderClassName
{
color: #DCCD7E;
}
.AnyTagClassName
{
color: #DCCD7E;
}
</style>
background-color css
<style>
a { background-color: #DCCD7E; }
a { background-color: rgb(220,205,126); }
div.DivClassName
{
background-color: #DCCD7E;
}
.BgClassName
{
background-color: #DCCD7E;
}
</style>
border-color css
<style>
span { border-color: #DCCD7E; }
span { border-color: rgb(220,205,126); }
td.TdClassName
{
border-color: #DCCD7E;
}
.TagClassName
{
border-color: #DCCD7E;
}
</style>