Shades of Chenin #D5CB68
Tints of Chenin #D5CB68
RGB
CMYK
RGB Variations
Color information
#D5CB68 (or 0xD5CB68) is known color: Chenin. HEX triplet: D5, CB and 68. RGB value is (213,203,104). Sum of RGB (Red+Green+Blue) = 213+203+104=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB68 is #2A3497. Grayscale: #C3C3C3. Windows color (decimal): -2765976 or 6867925. OLE color: 6867925.
HSL color Cylindrical-coordinate representation of color #D5CB68: hue angle of 54.5º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5CB68 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 104 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.16 |
| HSL | 54.5º | 0.56% | 0.62% | - |
| HSV(B) | 54.5º | 0.51% | 0.84% | - |
| XYZ | 51.3 | 57.86 | 21.56 | - |
| YUV | 194.7 | 76.81 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 104 | 0 | 0.05 | 0.51 | 0.16 | 54.5 | 0.56 | 0.62 |
| Hex | D5 | CB | 68 | 0 | 5 | 33 | 10 | 36 | 38 | 3E |
| Octal | 325 | 313 | 150 | 0 | 5 | 63 | 20 | 66 | 70 | 76 |
| Binary | 11010101 | 11001011 | 1101000 | 0 | 101 | 110011 | 10000 | 110110 | 111000 | 111110 |
Color Harmonies of #D5CB68
Complementary color
Monochromatic Colors of #D5CB68
Black with #D5CB68
Text Example
Text Example
White with #D5CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB68; }
p { color: rgb(213,203,104); }
H1.HeaderClassName
{
color: #D5CB68;
}
.AnyTagClassName
{
color: #D5CB68;
}
</style>
background-color css
<style>
a { background-color: #D5CB68; }
a { background-color: rgb(213,203,104); }
div.DivClassName
{
background-color: #D5CB68;
}
.BgClassName
{
background-color: #D5CB68;
}
</style>
border-color css
<style>
span { border-color: #D5CB68; }
span { border-color: rgb(213,203,104); }
td.TdClassName
{
border-color: #D5CB68;
}
.TagClassName
{
border-color: #D5CB68;
}
</style>