Shades of Sandwisp #DCC67E
Tints of Sandwisp #DCC67E
RGB
CMYK
RGB Variations
Color information
#DCC67E (or 0xDCC67E) is known color: Sandwisp. HEX triplet: DC, C6 and 7E. RGB value is (220,198,126). Sum of RGB (Red+Green+Blue) = 220+198+126=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC67E is #233981. Grayscale: #C4C4C4. Windows color (decimal): -2308482 or 8308444. OLE color: 8308444.
HSL color Cylindrical-coordinate representation of color #DCC67E: hue angle of 45.96º 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 #DCC67E is Cyan = 0, Magento = 0.1, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 126 | - |
| CMYK | 0 | 0.1 | 0.43 | 0.14 |
| HSL | 45.96º | 0.57% | 0.68% | - |
| HSV(B) | 45.96º | 0.43% | 0.86% | - |
| XYZ | 53.48 | 57.11 | 27.94 | - |
| YUV | 196.37 | 88.29 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 126 | 0 | 0.1 | 0.43 | 0.14 | 45.96 | 0.57 | 0.68 |
| Hex | DC | C6 | 7E | 0 | A | 2B | E | 2E | 39 | 44 |
| Octal | 334 | 306 | 176 | 0 | 12 | 53 | 16 | 56 | 71 | 104 |
| Binary | 11011100 | 11000110 | 1111110 | 0 | 1010 | 101011 | 1110 | 101110 | 111001 | 1000100 |
Color Harmonies of #DCC67E
Complementary color
Monochromatic Colors of #DCC67E
Black with #DCC67E
Text Example
Text Example
White with #DCC67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC67E; }
p { color: rgb(220,198,126); }
H1.HeaderClassName
{
color: #DCC67E;
}
.AnyTagClassName
{
color: #DCC67E;
}
</style>
background-color css
<style>
a { background-color: #DCC67E; }
a { background-color: rgb(220,198,126); }
div.DivClassName
{
background-color: #DCC67E;
}
.BgClassName
{
background-color: #DCC67E;
}
</style>
border-color css
<style>
span { border-color: #DCC67E; }
span { border-color: rgb(220,198,126); }
td.TdClassName
{
border-color: #DCC67E;
}
.TagClassName
{
border-color: #DCC67E;
}
</style>