Shades of Sandwisp #DCCB7F
Tints of Sandwisp #DCCB7F
RGB
CMYK
RGB Variations
Color information
#DCCB7F (or 0xDCCB7F) is known color: Sandwisp. HEX triplet: DC, CB and 7F. RGB value is (220,203,127). Sum of RGB (Red+Green+Blue) = 220+203+127=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB7F is #233480. Grayscale: #C7C7C7. Windows color (decimal): -2307201 or 8375260. OLE color: 8375260.
HSL color Cylindrical-coordinate representation of color #DCCB7F: hue angle of 49.03º 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 #DCCB7F is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 127 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.14 |
| HSL | 49.03º | 0.57% | 0.68% | - |
| HSV(B) | 49.03º | 0.42% | 0.86% | - |
| XYZ | 54.7 | 59.46 | 28.67 | - |
| YUV | 199.42 | 87.13 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 127 | 0 | 0.08 | 0.42 | 0.14 | 49.03 | 0.57 | 0.68 |
| Hex | DC | CB | 7F | 0 | 8 | 2A | E | 31 | 39 | 44 |
| Octal | 334 | 313 | 177 | 0 | 10 | 52 | 16 | 61 | 71 | 104 |
| Binary | 11011100 | 11001011 | 1111111 | 0 | 1000 | 101010 | 1110 | 110001 | 111001 | 1000100 |
Color Harmonies of #DCCB7F
Complementary color
Monochromatic Colors of #DCCB7F
Black with #DCCB7F
Text Example
Text Example
White with #DCCB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB7F; }
p { color: rgb(220,203,127); }
H1.HeaderClassName
{
color: #DCCB7F;
}
.AnyTagClassName
{
color: #DCCB7F;
}
</style>
background-color css
<style>
a { background-color: #DCCB7F; }
a { background-color: rgb(220,203,127); }
div.DivClassName
{
background-color: #DCCB7F;
}
.BgClassName
{
background-color: #DCCB7F;
}
</style>
border-color css
<style>
span { border-color: #DCCB7F; }
span { border-color: rgb(220,203,127); }
td.TdClassName
{
border-color: #DCCB7F;
}
.TagClassName
{
border-color: #DCCB7F;
}
</style>