Shades of Sandwisp #DCCE7E
Tints of Sandwisp #DCCE7E
RGB
CMYK
RGB Variations
Color information
#DCCE7E (or 0xDCCE7E) is known color: Sandwisp. HEX triplet: DC, CE and 7E. RGB value is (220,206,126). Sum of RGB (Red+Green+Blue) = 220+206+126=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 126 (49.61% from 255 or 22.83% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE7E is #233181. Grayscale: #C9C9C9. Windows color (decimal): -2306434 or 8310492. OLE color: 8310492.
HSL color Cylindrical-coordinate representation of color #DCCE7E: hue angle of 51.06º 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 #DCCE7E is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 126 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.14 |
| HSL | 51.06º | 0.57% | 0.68% | - |
| HSV(B) | 51.06º | 0.43% | 0.86% | - |
| XYZ | 55.35 | 60.86 | 28.57 | - |
| YUV | 201.07 | 85.64 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 126 | 0 | 0.06 | 0.43 | 0.14 | 51.06 | 0.57 | 0.68 |
| Hex | DC | CE | 7E | 0 | 6 | 2B | E | 33 | 39 | 44 |
| Octal | 334 | 316 | 176 | 0 | 6 | 53 | 16 | 63 | 71 | 104 |
| Binary | 11011100 | 11001110 | 1111110 | 0 | 110 | 101011 | 1110 | 110011 | 111001 | 1000100 |
Color Harmonies of #DCCE7E
Complementary color
Monochromatic Colors of #DCCE7E
Black with #DCCE7E
Text Example
Text Example
White with #DCCE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE7E; }
p { color: rgb(220,206,126); }
H1.HeaderClassName
{
color: #DCCE7E;
}
.AnyTagClassName
{
color: #DCCE7E;
}
</style>
background-color css
<style>
a { background-color: #DCCE7E; }
a { background-color: rgb(220,206,126); }
div.DivClassName
{
background-color: #DCCE7E;
}
.BgClassName
{
background-color: #DCCE7E;
}
</style>
border-color css
<style>
span { border-color: #DCCE7E; }
span { border-color: rgb(220,206,126); }
td.TdClassName
{
border-color: #DCCE7E;
}
.TagClassName
{
border-color: #DCCE7E;
}
</style>