Shades of Sandwisp #DCC77B
Tints of Sandwisp #DCC77B
RGB
CMYK
RGB Variations
Color information
#DCC77B (or 0xDCC77B) is known color: Sandwisp. HEX triplet: DC, C7 and 7B. RGB value is (220,199,123). Sum of RGB (Red+Green+Blue) = 220+199+123=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC77B is #233884. Grayscale: #C4C4C4. Windows color (decimal): -2308229 or 8112092. OLE color: 8112092.
HSL color Cylindrical-coordinate representation of color #DCC77B: hue angle of 47.01º 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 #DCC77B is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 123 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.14 |
| HSL | 47.01º | 0.58% | 0.67% | - |
| HSV(B) | 47.01º | 0.44% | 0.86% | - |
| XYZ | 53.51 | 57.49 | 27.02 | - |
| YUV | 196.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 123 | 0 | 0.10 | 0.44 | 0.14 | 47.01 | 0.58 | 0.67 |
| Hex | DC | C7 | 7B | 0 | A | 2C | E | 2F | 3A | 43 |
| Octal | 334 | 307 | 173 | 0 | 12 | 54 | 16 | 57 | 72 | 103 |
| Binary | 11011100 | 11000111 | 1111011 | 0 | 1010 | 101100 | 1110 | 101111 | 111010 | 1000011 |
Color Harmonies of #DCC77B
Complementary color
Monochromatic Colors of #DCC77B
Black with #DCC77B
Text Example
Text Example
White with #DCC77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC77B; }
p { color: rgb(220,199,123); }
H1.HeaderClassName
{
color: #DCC77B;
}
.AnyTagClassName
{
color: #DCC77B;
}
</style>
background-color css
<style>
a { background-color: #DCC77B; }
a { background-color: rgb(220,199,123); }
div.DivClassName
{
background-color: #DCC77B;
}
.BgClassName
{
background-color: #DCC77B;
}
</style>
border-color css
<style>
span { border-color: #DCC77B; }
span { border-color: rgb(220,199,123); }
td.TdClassName
{
border-color: #DCC77B;
}
.TagClassName
{
border-color: #DCC77B;
}
</style>