Shades of Chalky #DDBE7A
Tints of Chalky #DDBE7A
RGB
CMYK
RGB Variations
Color information
#DDBE7A (or 0xDDBE7A) is known color: Chalky. HEX triplet: DD, BE and 7A. RGB value is (221,190,122). Sum of RGB (Red+Green+Blue) = 221+190+122=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE7A is #224185. Grayscale: #BFBFBF. Windows color (decimal): -2244998 or 8044253. OLE color: 8044253.
HSL color Cylindrical-coordinate representation of color #DDBE7A: hue angle of 41.21º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDBE7A is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 122 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.13 |
| HSL | 41.21º | 0.59% | 0.67% | - |
| HSV(B) | 41.21º | 0.45% | 0.87% | - |
| XYZ | 51.75 | 53.6 | 26.03 | - |
| YUV | 191.52 | 88.77 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 122 | 0 | 0.14 | 0.45 | 0.13 | 41.21 | 0.59 | 0.67 |
| Hex | DD | BE | 7A | 0 | E | 2D | D | 29 | 3B | 43 |
| Octal | 335 | 276 | 172 | 0 | 16 | 55 | 15 | 51 | 73 | 103 |
| Binary | 11011101 | 10111110 | 1111010 | 0 | 1110 | 101101 | 1101 | 101001 | 111011 | 1000011 |
Color Harmonies of #DDBE7A
Complementary color
Monochromatic Colors of #DDBE7A
Black with #DDBE7A
Text Example
Text Example
White with #DDBE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE7A; }
p { color: rgb(221,190,122); }
H1.HeaderClassName
{
color: #DDBE7A;
}
.AnyTagClassName
{
color: #DDBE7A;
}
</style>
background-color css
<style>
a { background-color: #DDBE7A; }
a { background-color: rgb(221,190,122); }
div.DivClassName
{
background-color: #DDBE7A;
}
.BgClassName
{
background-color: #DDBE7A;
}
</style>
border-color css
<style>
span { border-color: #DDBE7A; }
span { border-color: rgb(221,190,122); }
td.TdClassName
{
border-color: #DDBE7A;
}
.TagClassName
{
border-color: #DDBE7A;
}
</style>