Shades of Dark Khaki #CBC369
Tints of Dark Khaki #CBC369
RGB
CMYK
RGB Variations
Color information
#CBC369 (or 0xCBC369) is known color: Dark Khaki. HEX triplet: CB, C3 and 69. RGB value is (203,195,105). Sum of RGB (Red+Green+Blue) = 203+195+105=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 105 (41.41% from 255 or 20.87% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC369 is #343C96. Grayscale: #BBBBBB. Windows color (decimal): -3423383 or 6931403. OLE color: 6931403.
HSL color Cylindrical-coordinate representation of color #CBC369: hue angle of 55.1º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBC369 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 105 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.20 |
| HSL | 55.1º | 0.49% | 0.6% | - |
| HSV(B) | 55.1º | 0.48% | 0.8% | - |
| XYZ | 46.69 | 52.75 | 21.08 | - |
| YUV | 187.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 105 | 0 | 0.04 | 0.48 | 0.20 | 55.1 | 0.49 | 0.6 |
| Hex | CB | C3 | 69 | 0 | 4 | 30 | 14 | 37 | 31 | 3C |
| Octal | 313 | 303 | 151 | 0 | 4 | 60 | 24 | 67 | 61 | 74 |
| Binary | 11001011 | 11000011 | 1101001 | 0 | 100 | 110000 | 10100 | 110111 | 110001 | 111100 |
Color Harmonies of #CBC369
Complementary color
Monochromatic Colors of #CBC369
Black with #CBC369
Text Example
Text Example
White with #CBC369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC369; }
p { color: rgb(203,195,105); }
H1.HeaderClassName
{
color: #CBC369;
}
.AnyTagClassName
{
color: #CBC369;
}
</style>
background-color css
<style>
a { background-color: #CBC369; }
a { background-color: rgb(203,195,105); }
div.DivClassName
{
background-color: #CBC369;
}
.BgClassName
{
background-color: #CBC369;
}
</style>
border-color css
<style>
span { border-color: #CBC369; }
span { border-color: rgb(203,195,105); }
td.TdClassName
{
border-color: #CBC369;
}
.TagClassName
{
border-color: #CBC369;
}
</style>