Shades of Sandwisp #DCC67B
Tints of Sandwisp #DCC67B
RGB
CMYK
RGB Variations
Color information
#DCC67B (or 0xDCC67B) is known color: Sandwisp. HEX triplet: DC, C6 and 7B. RGB value is (220,198,123). Sum of RGB (Red+Green+Blue) = 220+198+123=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC67B is #233984. Grayscale: #C4C4C4. Windows color (decimal): -2308485 or 8111836. OLE color: 8111836.
HSL color Cylindrical-coordinate representation of color #DCC67B: hue angle of 46.39º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCC67B is Cyan = 0, Magento = 0.1, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 123 | - |
| CMYK | 0 | 0.1 | 0.44 | 0.14 |
| HSL | 46.39º | 0.58% | 0.67% | - |
| HSV(B) | 46.39º | 0.44% | 0.86% | - |
| XYZ | 53.28 | 57.03 | 26.94 | - |
| YUV | 196.03 | 86.79 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 123 | 0 | 0.1 | 0.44 | 0.14 | 46.39 | 0.58 | 0.67 |
| Hex | DC | C6 | 7B | 0 | A | 2C | E | 2E | 3A | 43 |
| Octal | 334 | 306 | 173 | 0 | 12 | 54 | 16 | 56 | 72 | 103 |
| Binary | 11011100 | 11000110 | 1111011 | 0 | 1010 | 101100 | 1110 | 101110 | 111010 | 1000011 |
Color Harmonies of #DCC67B
Complementary color
Monochromatic Colors of #DCC67B
Black with #DCC67B
Text Example
Text Example
White with #DCC67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC67B; }
p { color: rgb(220,198,123); }
H1.HeaderClassName
{
color: #DCC67B;
}
.AnyTagClassName
{
color: #DCC67B;
}
</style>
background-color css
<style>
a { background-color: #DCC67B; }
a { background-color: rgb(220,198,123); }
div.DivClassName
{
background-color: #DCC67B;
}
.BgClassName
{
background-color: #DCC67B;
}
</style>
border-color css
<style>
span { border-color: #DCC67B; }
span { border-color: rgb(220,198,123); }
td.TdClassName
{
border-color: #DCC67B;
}
.TagClassName
{
border-color: #DCC67B;
}
</style>