Shades of Chenin #D5CB6D
Tints of Chenin #D5CB6D
RGB
CMYK
RGB Variations
Color information
#D5CB6D (or 0xD5CB6D) is known color: Chenin. HEX triplet: D5, CB and 6D. RGB value is (213,203,109). Sum of RGB (Red+Green+Blue) = 213+203+109=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB6D is #2A3492. Grayscale: #C3C3C3. Windows color (decimal): -2765971 or 7195605. OLE color: 7195605.
HSL color Cylindrical-coordinate representation of color #D5CB6D: hue angle of 54.23º degrees, saturation: 0.55, 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 #D5CB6D is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 109 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.16 |
| HSL | 54.23º | 0.55% | 0.63% | - |
| HSV(B) | 54.23º | 0.49% | 0.84% | - |
| XYZ | 51.56 | 57.96 | 22.94 | - |
| YUV | 195.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 109 | 0 | 0.05 | 0.49 | 0.16 | 54.23 | 0.55 | 0.63 |
| Hex | D5 | CB | 6D | 0 | 5 | 31 | 10 | 36 | 37 | 3F |
| Octal | 325 | 313 | 155 | 0 | 5 | 61 | 20 | 66 | 67 | 77 |
| Binary | 11010101 | 11001011 | 1101101 | 0 | 101 | 110001 | 10000 | 110110 | 110111 | 111111 |
Color Harmonies of #D5CB6D
Complementary color
Monochromatic Colors of #D5CB6D
Black with #D5CB6D
Text Example
Text Example
White with #D5CB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB6D; }
p { color: rgb(213,203,109); }
H1.HeaderClassName
{
color: #D5CB6D;
}
.AnyTagClassName
{
color: #D5CB6D;
}
</style>
background-color css
<style>
a { background-color: #D5CB6D; }
a { background-color: rgb(213,203,109); }
div.DivClassName
{
background-color: #D5CB6D;
}
.BgClassName
{
background-color: #D5CB6D;
}
</style>
border-color css
<style>
span { border-color: #D5CB6D; }
span { border-color: rgb(213,203,109); }
td.TdClassName
{
border-color: #D5CB6D;
}
.TagClassName
{
border-color: #D5CB6D;
}
</style>