Shades of Chenin #DEBF65
Tints of Chenin #DEBF65
RGB
CMYK
RGB Variations
Color information
#DEBF65 (or 0xDEBF65) is known color: Chenin. HEX triplet: DE, BF and 65. RGB value is (222,191,101). Sum of RGB (Red+Green+Blue) = 222+191+101=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBF65 is #21409A. Grayscale: #BEBEBE. Windows color (decimal): -2179227 or 6668254. OLE color: 6668254.
HSL color Cylindrical-coordinate representation of color #DEBF65: hue angle of 44.63º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEBF65 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 101 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.13 |
| HSL | 44.63º | 0.65% | 0.63% | - |
| HSV(B) | 44.63º | 0.55% | 0.87% | - |
| XYZ | 51.1 | 53.73 | 19.99 | - |
| YUV | 190.01 | 77.77 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 101 | 0 | 0.14 | 0.55 | 0.13 | 44.63 | 0.65 | 0.63 |
| Hex | DE | BF | 65 | 0 | E | 37 | D | 2D | 41 | 3F |
| Octal | 336 | 277 | 145 | 0 | 16 | 67 | 15 | 55 | 101 | 77 |
| Binary | 11011110 | 10111111 | 1100101 | 0 | 1110 | 110111 | 1101 | 101101 | 1000001 | 111111 |
Color Harmonies of #DEBF65
Complementary color
Monochromatic Colors of #DEBF65
Black with #DEBF65
Text Example
Text Example
White with #DEBF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBF65; }
p { color: rgb(222,191,101); }
H1.HeaderClassName
{
color: #DEBF65;
}
.AnyTagClassName
{
color: #DEBF65;
}
</style>
background-color css
<style>
a { background-color: #DEBF65; }
a { background-color: rgb(222,191,101); }
div.DivClassName
{
background-color: #DEBF65;
}
.BgClassName
{
background-color: #DEBF65;
}
</style>
border-color css
<style>
span { border-color: #DEBF65; }
span { border-color: rgb(222,191,101); }
td.TdClassName
{
border-color: #DEBF65;
}
.TagClassName
{
border-color: #DEBF65;
}
</style>