Shades of Chenin #D7CB6D
Tints of Chenin #D7CB6D
RGB
CMYK
RGB Variations
Color information
#D7CB6D (or 0xD7CB6D) is known color: Chenin. HEX triplet: D7, CB and 6D. RGB value is (215,203,109). Sum of RGB (Red+Green+Blue) = 215+203+109=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CB6D is #283492. Grayscale: #C4C4C4. Windows color (decimal): -2634899 or 7195607. OLE color: 7195607.
HSL color Cylindrical-coordinate representation of color #D7CB6D: hue angle of 53.21º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7CB6D is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 109 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.16 |
| HSL | 53.21º | 0.57% | 0.64% | - |
| HSV(B) | 53.21º | 0.49% | 0.84% | - |
| XYZ | 52.14 | 58.26 | 22.97 | - |
| YUV | 195.87 | 78.98 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 109 | 0 | 0.06 | 0.49 | 0.16 | 53.21 | 0.57 | 0.64 |
| Hex | D7 | CB | 6D | 0 | 6 | 31 | 10 | 35 | 39 | 40 |
| Octal | 327 | 313 | 155 | 0 | 6 | 61 | 20 | 65 | 71 | 100 |
| Binary | 11010111 | 11001011 | 1101101 | 0 | 110 | 110001 | 10000 | 110101 | 111001 | 1000000 |
Color Harmonies of #D7CB6D
Complementary color
Monochromatic Colors of #D7CB6D
Black with #D7CB6D
Text Example
Text Example
White with #D7CB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CB6D; }
p { color: rgb(215,203,109); }
H1.HeaderClassName
{
color: #D7CB6D;
}
.AnyTagClassName
{
color: #D7CB6D;
}
</style>
background-color css
<style>
a { background-color: #D7CB6D; }
a { background-color: rgb(215,203,109); }
div.DivClassName
{
background-color: #D7CB6D;
}
.BgClassName
{
background-color: #D7CB6D;
}
</style>
border-color css
<style>
span { border-color: #D7CB6D; }
span { border-color: rgb(215,203,109); }
td.TdClassName
{
border-color: #D7CB6D;
}
.TagClassName
{
border-color: #D7CB6D;
}
</style>