Shades of Sandwisp #DCCE7A
Tints of Sandwisp #DCCE7A
RGB
CMYK
RGB Variations
Color information
#DCCE7A (or 0xDCCE7A) is known color: Sandwisp. HEX triplet: DC, CE and 7A. RGB value is (220,206,122). Sum of RGB (Red+Green+Blue) = 220+206+122=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 122 (48.05% from 255 or 22.26% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE7A is #233185. Grayscale: #C8C8C8. Windows color (decimal): -2306438 or 8048348. OLE color: 8048348.
HSL color Cylindrical-coordinate representation of color #DCCE7A: hue angle of 51.43º 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 #DCCE7A is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 122 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.14 |
| HSL | 51.43º | 0.58% | 0.67% | - |
| HSV(B) | 51.43º | 0.45% | 0.86% | - |
| XYZ | 55.1 | 60.76 | 27.24 | - |
| YUV | 200.61 | 83.64 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 122 | 0 | 0.06 | 0.45 | 0.14 | 51.43 | 0.58 | 0.67 |
| Hex | DC | CE | 7A | 0 | 6 | 2D | E | 33 | 3A | 43 |
| Octal | 334 | 316 | 172 | 0 | 6 | 55 | 16 | 63 | 72 | 103 |
| Binary | 11011100 | 11001110 | 1111010 | 0 | 110 | 101101 | 1110 | 110011 | 111010 | 1000011 |
Color Harmonies of #DCCE7A
Complementary color
Monochromatic Colors of #DCCE7A
Black with #DCCE7A
Text Example
Text Example
White with #DCCE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE7A; }
p { color: rgb(220,206,122); }
H1.HeaderClassName
{
color: #DCCE7A;
}
.AnyTagClassName
{
color: #DCCE7A;
}
</style>
background-color css
<style>
a { background-color: #DCCE7A; }
a { background-color: rgb(220,206,122); }
div.DivClassName
{
background-color: #DCCE7A;
}
.BgClassName
{
background-color: #DCCE7A;
}
</style>
border-color css
<style>
span { border-color: #DCCE7A; }
span { border-color: rgb(220,206,122); }
td.TdClassName
{
border-color: #DCCE7A;
}
.TagClassName
{
border-color: #DCCE7A;
}
</style>