Shades of Chalky #DDBF7D
Tints of Chalky #DDBF7D
RGB
CMYK
RGB Variations
Color information
#DDBF7D (or 0xDDBF7D) is known color: Chalky. HEX triplet: DD, BF and 7D. RGB value is (221,191,125). Sum of RGB (Red+Green+Blue) = 221+191+125=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBF7D is #224082. Grayscale: #C0C0C0. Windows color (decimal): -2244739 or 8241117. OLE color: 8241117.
HSL color Cylindrical-coordinate representation of color #DDBF7D: hue angle of 41.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDBF7D is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 125 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.13 |
| HSL | 41.25º | 0.59% | 0.68% | - |
| HSV(B) | 41.25º | 0.43% | 0.87% | - |
| XYZ | 52.15 | 54.11 | 27.1 | - |
| YUV | 192.45 | 89.94 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 125 | 0 | 0.14 | 0.43 | 0.13 | 41.25 | 0.59 | 0.68 |
| Hex | DD | BF | 7D | 0 | E | 2B | D | 29 | 3B | 44 |
| Octal | 335 | 277 | 175 | 0 | 16 | 53 | 15 | 51 | 73 | 104 |
| Binary | 11011101 | 10111111 | 1111101 | 0 | 1110 | 101011 | 1101 | 101001 | 111011 | 1000100 |
Color Harmonies of #DDBF7D
Complementary color
Monochromatic Colors of #DDBF7D
Black with #DDBF7D
Text Example
Text Example
White with #DDBF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF7D; }
p { color: rgb(221,191,125); }
H1.HeaderClassName
{
color: #DDBF7D;
}
.AnyTagClassName
{
color: #DDBF7D;
}
</style>
background-color css
<style>
a { background-color: #DDBF7D; }
a { background-color: rgb(221,191,125); }
div.DivClassName
{
background-color: #DDBF7D;
}
.BgClassName
{
background-color: #DDBF7D;
}
</style>
border-color css
<style>
span { border-color: #DDBF7D; }
span { border-color: rgb(221,191,125); }
td.TdClassName
{
border-color: #DDBF7D;
}
.TagClassName
{
border-color: #DDBF7D;
}
</style>