Shades of Chenin #D5CB6C
Tints of Chenin #D5CB6C
RGB
CMYK
RGB Variations
Color information
#D5CB6C (or 0xD5CB6C) is known color: Chenin. HEX triplet: D5, CB and 6C. RGB value is (213,203,108). Sum of RGB (Red+Green+Blue) = 213+203+108=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB6C is #2A3493. Grayscale: #C3C3C3. Windows color (decimal): -2765972 or 7130069. OLE color: 7130069.
HSL color Cylindrical-coordinate representation of color #D5CB6C: hue angle of 54.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5CB6C is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 108 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.16 |
| HSL | 54.29º | 0.56% | 0.63% | - |
| HSV(B) | 54.29º | 0.49% | 0.84% | - |
| XYZ | 51.5 | 57.94 | 22.66 | - |
| YUV | 195.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 108 | 0 | 0.05 | 0.49 | 0.16 | 54.29 | 0.56 | 0.63 |
| Hex | D5 | CB | 6C | 0 | 5 | 31 | 10 | 36 | 38 | 3F |
| Octal | 325 | 313 | 154 | 0 | 5 | 61 | 20 | 66 | 70 | 77 |
| Binary | 11010101 | 11001011 | 1101100 | 0 | 101 | 110001 | 10000 | 110110 | 111000 | 111111 |
Color Harmonies of #D5CB6C
Complementary color
Monochromatic Colors of #D5CB6C
Black with #D5CB6C
Text Example
Text Example
White with #D5CB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB6C; }
p { color: rgb(213,203,108); }
H1.HeaderClassName
{
color: #D5CB6C;
}
.AnyTagClassName
{
color: #D5CB6C;
}
</style>
background-color css
<style>
a { background-color: #D5CB6C; }
a { background-color: rgb(213,203,108); }
div.DivClassName
{
background-color: #D5CB6C;
}
.BgClassName
{
background-color: #D5CB6C;
}
</style>
border-color css
<style>
span { border-color: #D5CB6C; }
span { border-color: rgb(213,203,108); }
td.TdClassName
{
border-color: #D5CB6C;
}
.TagClassName
{
border-color: #D5CB6C;
}
</style>