Shades of Winter Hazel #CBC67D
Tints of Winter Hazel #CBC67D
RGB
CMYK
RGB Variations
Color information
#CBC67D (or 0xCBC67D) is known color: Winter Hazel. HEX triplet: CB, C6 and 7D. RGB value is (203,198,125). Sum of RGB (Red+Green+Blue) = 203+198+125=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC67D is #343982. Grayscale: #BFBFBF. Windows color (decimal): -3422595 or 8242891. OLE color: 8242891.
HSL color Cylindrical-coordinate representation of color #CBC67D: hue angle of 56.15º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBC67D is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 125 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.20 |
| HSL | 56.15º | 0.43% | 0.64% | - |
| HSV(B) | 56.15º | 0.38% | 0.8% | - |
| XYZ | 48.52 | 54.57 | 27.38 | - |
| YUV | 191.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 125 | 0 | 0.02 | 0.38 | 0.20 | 56.15 | 0.43 | 0.64 |
| Hex | CB | C6 | 7D | 0 | 2 | 26 | 14 | 38 | 2B | 40 |
| Octal | 313 | 306 | 175 | 0 | 2 | 46 | 24 | 70 | 53 | 100 |
| Binary | 11001011 | 11000110 | 1111101 | 0 | 10 | 100110 | 10100 | 111000 | 101011 | 1000000 |
Color Harmonies of #CBC67D
Complementary color
Monochromatic Colors of #CBC67D
Black with #CBC67D
Text Example
Text Example
White with #CBC67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC67D; }
p { color: rgb(203,198,125); }
H1.HeaderClassName
{
color: #CBC67D;
}
.AnyTagClassName
{
color: #CBC67D;
}
</style>
background-color css
<style>
a { background-color: #CBC67D; }
a { background-color: rgb(203,198,125); }
div.DivClassName
{
background-color: #CBC67D;
}
.BgClassName
{
background-color: #CBC67D;
}
</style>
border-color css
<style>
span { border-color: #CBC67D; }
span { border-color: rgb(203,198,125); }
td.TdClassName
{
border-color: #CBC67D;
}
.TagClassName
{
border-color: #CBC67D;
}
</style>