Shades of Chalky #DDBF7C
Tints of Chalky #DDBF7C
RGB
CMYK
RGB Variations
Color information
#DDBF7C (or 0xDDBF7C) is known color: Chalky. HEX triplet: DD, BF and 7C. RGB value is (221,191,124). Sum of RGB (Red+Green+Blue) = 221+191+124=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBF7C is #224083. Grayscale: #C0C0C0. Windows color (decimal): -2244740 or 8175581. OLE color: 8175581.
HSL color Cylindrical-coordinate representation of color #DDBF7C: hue angle of 41.44º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDBF7C is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 124 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.13 |
| HSL | 41.44º | 0.59% | 0.68% | - |
| HSV(B) | 41.44º | 0.44% | 0.87% | - |
| XYZ | 52.09 | 54.09 | 26.76 | - |
| YUV | 192.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 124 | 0 | 0.14 | 0.44 | 0.13 | 41.44 | 0.59 | 0.68 |
| Hex | DD | BF | 7C | 0 | E | 2C | D | 29 | 3B | 44 |
| Octal | 335 | 277 | 174 | 0 | 16 | 54 | 15 | 51 | 73 | 104 |
| Binary | 11011101 | 10111111 | 1111100 | 0 | 1110 | 101100 | 1101 | 101001 | 111011 | 1000100 |
Color Harmonies of #DDBF7C
Complementary color
Monochromatic Colors of #DDBF7C
Black with #DDBF7C
Text Example
Text Example
White with #DDBF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF7C; }
p { color: rgb(221,191,124); }
H1.HeaderClassName
{
color: #DDBF7C;
}
.AnyTagClassName
{
color: #DDBF7C;
}
</style>
background-color css
<style>
a { background-color: #DDBF7C; }
a { background-color: rgb(221,191,124); }
div.DivClassName
{
background-color: #DDBF7C;
}
.BgClassName
{
background-color: #DDBF7C;
}
</style>
border-color css
<style>
span { border-color: #DDBF7C; }
span { border-color: rgb(221,191,124); }
td.TdClassName
{
border-color: #DDBF7C;
}
.TagClassName
{
border-color: #DDBF7C;
}
</style>