Shades of Sandwisp #DCCE7D
Tints of Sandwisp #DCCE7D
RGB
CMYK
RGB Variations
Color information
#DCCE7D (or 0xDCCE7D) is known color: Sandwisp. HEX triplet: DC, CE and 7D. RGB value is (220,206,125). Sum of RGB (Red+Green+Blue) = 220+206+125=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE7D is #233182. Grayscale: #C9C9C9. Windows color (decimal): -2306435 or 8244956. OLE color: 8244956.
HSL color Cylindrical-coordinate representation of color #DCCE7D: hue angle of 51.16º degrees, saturation: 0.58, 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 #DCCE7D is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 125 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.14 |
| HSL | 51.16º | 0.58% | 0.68% | - |
| HSV(B) | 51.16º | 0.43% | 0.86% | - |
| XYZ | 55.29 | 60.84 | 28.23 | - |
| YUV | 200.95 | 85.14 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 125 | 0 | 0.06 | 0.43 | 0.14 | 51.16 | 0.58 | 0.68 |
| Hex | DC | CE | 7D | 0 | 6 | 2B | E | 33 | 3A | 44 |
| Octal | 334 | 316 | 175 | 0 | 6 | 53 | 16 | 63 | 72 | 104 |
| Binary | 11011100 | 11001110 | 1111101 | 0 | 110 | 101011 | 1110 | 110011 | 111010 | 1000100 |
Color Harmonies of #DCCE7D
Complementary color
Monochromatic Colors of #DCCE7D
Black with #DCCE7D
Text Example
Text Example
White with #DCCE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE7D; }
p { color: rgb(220,206,125); }
H1.HeaderClassName
{
color: #DCCE7D;
}
.AnyTagClassName
{
color: #DCCE7D;
}
</style>
background-color css
<style>
a { background-color: #DCCE7D; }
a { background-color: rgb(220,206,125); }
div.DivClassName
{
background-color: #DCCE7D;
}
.BgClassName
{
background-color: #DCCE7D;
}
</style>
border-color css
<style>
span { border-color: #DCCE7D; }
span { border-color: rgb(220,206,125); }
td.TdClassName
{
border-color: #DCCE7D;
}
.TagClassName
{
border-color: #DCCE7D;
}
</style>