Shades of Chenin #DFC26A
Tints of Chenin #DFC26A
RGB
CMYK
RGB Variations
Color information
#DFC26A (or 0xDFC26A) is known color: Chenin. HEX triplet: DF, C2 and 6A. RGB value is (223,194,106). Sum of RGB (Red+Green+Blue) = 223+194+106=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC26A is #203D95. Grayscale: #C1C1C1. Windows color (decimal): -2112918 or 6996703. OLE color: 6996703.
HSL color Cylindrical-coordinate representation of color #DFC26A: hue angle of 45.13º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFC26A is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 106 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.13 |
| HSL | 45.13º | 0.65% | 0.65% | - |
| HSV(B) | 45.13º | 0.52% | 0.87% | - |
| XYZ | 52.32 | 55.31 | 21.55 | - |
| YUV | 192.64 | 79.11 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 106 | 0 | 0.13 | 0.52 | 0.13 | 45.13 | 0.65 | 0.65 |
| Hex | DF | C2 | 6A | 0 | D | 34 | D | 2D | 41 | 41 |
| Octal | 337 | 302 | 152 | 0 | 15 | 64 | 15 | 55 | 101 | 101 |
| Binary | 11011111 | 11000010 | 1101010 | 0 | 1101 | 110100 | 1101 | 101101 | 1000001 | 1000001 |
Color Harmonies of #DFC26A
Complementary color
Monochromatic Colors of #DFC26A
Black with #DFC26A
Text Example
Text Example
White with #DFC26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC26A; }
p { color: rgb(223,194,106); }
H1.HeaderClassName
{
color: #DFC26A;
}
.AnyTagClassName
{
color: #DFC26A;
}
</style>
background-color css
<style>
a { background-color: #DFC26A; }
a { background-color: rgb(223,194,106); }
div.DivClassName
{
background-color: #DFC26A;
}
.BgClassName
{
background-color: #DFC26A;
}
</style>
border-color css
<style>
span { border-color: #DFC26A; }
span { border-color: rgb(223,194,106); }
td.TdClassName
{
border-color: #DFC26A;
}
.TagClassName
{
border-color: #DFC26A;
}
</style>