Shades of Sandwisp #DCC67F
Tints of Sandwisp #DCC67F
RGB
CMYK
RGB Variations
Color information
#DCC67F (or 0xDCC67F) is known color: Sandwisp. HEX triplet: DC, C6 and 7F. RGB value is (220,198,127). Sum of RGB (Red+Green+Blue) = 220+198+127=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC67F is #233980. Grayscale: #C4C4C4. Windows color (decimal): -2308481 or 8373980. OLE color: 8373980.
HSL color Cylindrical-coordinate representation of color #DCC67F: hue angle of 45.81º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCC67F is Cyan = 0, Magento = 0.1, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 127 | - |
| CMYK | 0 | 0.1 | 0.42 | 0.14 |
| HSL | 45.81º | 0.57% | 0.68% | - |
| HSV(B) | 45.81º | 0.42% | 0.86% | - |
| XYZ | 53.54 | 57.14 | 28.29 | - |
| YUV | 196.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 127 | 0 | 0.1 | 0.42 | 0.14 | 45.81 | 0.57 | 0.68 |
| Hex | DC | C6 | 7F | 0 | A | 2A | E | 2E | 39 | 44 |
| Octal | 334 | 306 | 177 | 0 | 12 | 52 | 16 | 56 | 71 | 104 |
| Binary | 11011100 | 11000110 | 1111111 | 0 | 1010 | 101010 | 1110 | 101110 | 111001 | 1000100 |
Color Harmonies of #DCC67F
Complementary color
Monochromatic Colors of #DCC67F
Black with #DCC67F
Text Example
Text Example
White with #DCC67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC67F; }
p { color: rgb(220,198,127); }
H1.HeaderClassName
{
color: #DCC67F;
}
.AnyTagClassName
{
color: #DCC67F;
}
</style>
background-color css
<style>
a { background-color: #DCC67F; }
a { background-color: rgb(220,198,127); }
div.DivClassName
{
background-color: #DCC67F;
}
.BgClassName
{
background-color: #DCC67F;
}
</style>
border-color css
<style>
span { border-color: #DCC67F; }
span { border-color: rgb(220,198,127); }
td.TdClassName
{
border-color: #DCC67F;
}
.TagClassName
{
border-color: #DCC67F;
}
</style>