Shades of Chenin #DDB975
Tints of Chenin #DDB975
RGB
CMYK
RGB Variations
Color information
#DDB975 (or 0xDDB975) is known color: Chenin. HEX triplet: DD, B9 and 75. RGB value is (221,185,117). Sum of RGB (Red+Green+Blue) = 221+185+117=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB975 is #22468A. Grayscale: #BCBCBC. Windows color (decimal): -2246283 or 7715293. OLE color: 7715293.
HSL color Cylindrical-coordinate representation of color #DDB975: hue angle of 39.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDB975 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 117 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.13 |
| HSL | 39.23º | 0.6% | 0.66% | - |
| HSV(B) | 39.23º | 0.47% | 0.87% | - |
| XYZ | 50.38 | 51.35 | 24.09 | - |
| YUV | 188.01 | 87.93 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 117 | 0 | 0.16 | 0.47 | 0.13 | 39.23 | 0.6 | 0.66 |
| Hex | DD | B9 | 75 | 0 | 10 | 2F | D | 27 | 3C | 42 |
| Octal | 335 | 271 | 165 | 0 | 20 | 57 | 15 | 47 | 74 | 102 |
| Binary | 11011101 | 10111001 | 1110101 | 0 | 10000 | 101111 | 1101 | 100111 | 111100 | 1000010 |
Color Harmonies of #DDB975
Complementary color
Monochromatic Colors of #DDB975
Black with #DDB975
Text Example
Text Example
White with #DDB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB975; }
p { color: rgb(221,185,117); }
H1.HeaderClassName
{
color: #DDB975;
}
.AnyTagClassName
{
color: #DDB975;
}
</style>
background-color css
<style>
a { background-color: #DDB975; }
a { background-color: rgb(221,185,117); }
div.DivClassName
{
background-color: #DDB975;
}
.BgClassName
{
background-color: #DDB975;
}
</style>
border-color css
<style>
span { border-color: #DDB975; }
span { border-color: rgb(221,185,117); }
td.TdClassName
{
border-color: #DDB975;
}
.TagClassName
{
border-color: #DDB975;
}
</style>