Shades of Sandwisp #DCCB7D
Tints of Sandwisp #DCCB7D
RGB
CMYK
RGB Variations
Color information
#DCCB7D (or 0xDCCB7D) is known color: Sandwisp. HEX triplet: DC, CB and 7D. RGB value is (220,203,125). Sum of RGB (Red+Green+Blue) = 220+203+125=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB7D is #233482. Grayscale: #C7C7C7. Windows color (decimal): -2307203 or 8244188. OLE color: 8244188.
HSL color Cylindrical-coordinate representation of color #DCCB7D: hue angle of 49.26º 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 #DCCB7D is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 125 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.14 |
| HSL | 49.26º | 0.58% | 0.68% | - |
| HSV(B) | 49.26º | 0.43% | 0.86% | - |
| XYZ | 54.57 | 59.41 | 27.99 | - |
| YUV | 199.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 125 | 0 | 0.08 | 0.43 | 0.14 | 49.26 | 0.58 | 0.68 |
| Hex | DC | CB | 7D | 0 | 8 | 2B | E | 31 | 3A | 44 |
| Octal | 334 | 313 | 175 | 0 | 10 | 53 | 16 | 61 | 72 | 104 |
| Binary | 11011100 | 11001011 | 1111101 | 0 | 1000 | 101011 | 1110 | 110001 | 111010 | 1000100 |
Color Harmonies of #DCCB7D
Complementary color
Monochromatic Colors of #DCCB7D
Black with #DCCB7D
Text Example
Text Example
White with #DCCB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB7D; }
p { color: rgb(220,203,125); }
H1.HeaderClassName
{
color: #DCCB7D;
}
.AnyTagClassName
{
color: #DCCB7D;
}
</style>
background-color css
<style>
a { background-color: #DCCB7D; }
a { background-color: rgb(220,203,125); }
div.DivClassName
{
background-color: #DCCB7D;
}
.BgClassName
{
background-color: #DCCB7D;
}
</style>
border-color css
<style>
span { border-color: #DCCB7D; }
span { border-color: rgb(220,203,125); }
td.TdClassName
{
border-color: #DCCB7D;
}
.TagClassName
{
border-color: #DCCB7D;
}
</style>