Shades of Sandwisp #DFCB7F
Tints of Sandwisp #DFCB7F
RGB
CMYK
RGB Variations
Color information
#DFCB7F (or 0xDFCB7F) is known color: Sandwisp. HEX triplet: DF, CB and 7F. RGB value is (223,203,127). Sum of RGB (Red+Green+Blue) = 223+203+127=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB7F is #203480. Grayscale: #C8C8C8. Windows color (decimal): -2110593 or 8375263. OLE color: 8375263.
HSL color Cylindrical-coordinate representation of color #DFCB7F: hue angle of 47.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFCB7F is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 127 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.13 |
| HSL | 47.5º | 0.6% | 0.69% | - |
| HSV(B) | 47.5º | 0.43% | 0.87% | - |
| XYZ | 55.62 | 59.93 | 28.72 | - |
| YUV | 200.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 127 | 0 | 0.09 | 0.43 | 0.13 | 47.5 | 0.6 | 0.69 |
| Hex | DF | CB | 7F | 0 | 9 | 2B | D | 30 | 3C | 45 |
| Octal | 337 | 313 | 177 | 0 | 11 | 53 | 15 | 60 | 74 | 105 |
| Binary | 11011111 | 11001011 | 1111111 | 0 | 1001 | 101011 | 1101 | 110000 | 111100 | 1000101 |
Color Harmonies of #DFCB7F
Complementary color
Monochromatic Colors of #DFCB7F
Black with #DFCB7F
Text Example
Text Example
White with #DFCB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB7F; }
p { color: rgb(223,203,127); }
H1.HeaderClassName
{
color: #DFCB7F;
}
.AnyTagClassName
{
color: #DFCB7F;
}
</style>
background-color css
<style>
a { background-color: #DFCB7F; }
a { background-color: rgb(223,203,127); }
div.DivClassName
{
background-color: #DFCB7F;
}
.BgClassName
{
background-color: #DFCB7F;
}
</style>
border-color css
<style>
span { border-color: #DFCB7F; }
span { border-color: rgb(223,203,127); }
td.TdClassName
{
border-color: #DFCB7F;
}
.TagClassName
{
border-color: #DFCB7F;
}
</style>