Shades of Chenin #D5CB67
Tints of Chenin #D5CB67
RGB
CMYK
RGB Variations
Color information
#D5CB67 (or 0xD5CB67) is known color: Chenin. HEX triplet: D5, CB and 67. RGB value is (213,203,103). Sum of RGB (Red+Green+Blue) = 213+203+103=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 103 (40.62% from 255 or 19.85% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB67 is #2A3498. Grayscale: #C3C3C3. Windows color (decimal): -2765977 or 6802389. OLE color: 6802389.
HSL color Cylindrical-coordinate representation of color #D5CB67: hue angle of 54.55º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5CB67 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 103 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.16 |
| HSL | 54.55º | 0.57% | 0.62% | - |
| HSV(B) | 54.55º | 0.52% | 0.84% | - |
| XYZ | 51.24 | 57.84 | 21.29 | - |
| YUV | 194.59 | 76.31 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 103 | 0 | 0.05 | 0.52 | 0.16 | 54.55 | 0.57 | 0.62 |
| Hex | D5 | CB | 67 | 0 | 5 | 34 | 10 | 37 | 39 | 3E |
| Octal | 325 | 313 | 147 | 0 | 5 | 64 | 20 | 67 | 71 | 76 |
| Binary | 11010101 | 11001011 | 1100111 | 0 | 101 | 110100 | 10000 | 110111 | 111001 | 111110 |
Color Harmonies of #D5CB67
Complementary color
Monochromatic Colors of #D5CB67
Black with #D5CB67
Text Example
Text Example
White with #D5CB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB67; }
p { color: rgb(213,203,103); }
H1.HeaderClassName
{
color: #D5CB67;
}
.AnyTagClassName
{
color: #D5CB67;
}
</style>
background-color css
<style>
a { background-color: #D5CB67; }
a { background-color: rgb(213,203,103); }
div.DivClassName
{
background-color: #D5CB67;
}
.BgClassName
{
background-color: #D5CB67;
}
</style>
border-color css
<style>
span { border-color: #D5CB67; }
span { border-color: rgb(213,203,103); }
td.TdClassName
{
border-color: #D5CB67;
}
.TagClassName
{
border-color: #D5CB67;
}
</style>