Shades of Chenin #DFCA6A
Tints of Chenin #DFCA6A
RGB
CMYK
RGB Variations
Color information
#DFCA6A (or 0xDFCA6A) is known color: Chenin. HEX triplet: DF, CA and 6A. RGB value is (223,202,106). Sum of RGB (Red+Green+Blue) = 223+202+106=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCA6A is #203595. Grayscale: #C5C5C5. Windows color (decimal): -2110870 or 6998751. OLE color: 6998751.
HSL color Cylindrical-coordinate representation of color #DFCA6A: hue angle of 49.23º 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 #DFCA6A is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 106 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.13 |
| HSL | 49.23º | 0.65% | 0.65% | - |
| HSV(B) | 49.23º | 0.52% | 0.87% | - |
| XYZ | 54.15 | 58.97 | 22.16 | - |
| YUV | 197.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 106 | 0 | 0.09 | 0.52 | 0.13 | 49.23 | 0.65 | 0.65 |
| Hex | DF | CA | 6A | 0 | 9 | 34 | D | 31 | 41 | 41 |
| Octal | 337 | 312 | 152 | 0 | 11 | 64 | 15 | 61 | 101 | 101 |
| Binary | 11011111 | 11001010 | 1101010 | 0 | 1001 | 110100 | 1101 | 110001 | 1000001 | 1000001 |
Color Harmonies of #DFCA6A
Complementary color
Monochromatic Colors of #DFCA6A
Black with #DFCA6A
Text Example
Text Example
White with #DFCA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCA6A; }
p { color: rgb(223,202,106); }
H1.HeaderClassName
{
color: #DFCA6A;
}
.AnyTagClassName
{
color: #DFCA6A;
}
</style>
background-color css
<style>
a { background-color: #DFCA6A; }
a { background-color: rgb(223,202,106); }
div.DivClassName
{
background-color: #DFCA6A;
}
.BgClassName
{
background-color: #DFCA6A;
}
</style>
border-color css
<style>
span { border-color: #DFCA6A; }
span { border-color: rgb(223,202,106); }
td.TdClassName
{
border-color: #DFCA6A;
}
.TagClassName
{
border-color: #DFCA6A;
}
</style>