Shades of Yuma #CCBD73
Tints of Yuma #CCBD73
RGB
CMYK
RGB Variations
Color information
#CCBD73 (or 0xCCBD73) is known color: Yuma. HEX triplet: CC, BD and 73. RGB value is (204,189,115). Sum of RGB (Red+Green+Blue) = 204+189+115=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBD73 is #33428C. Grayscale: #B9B9B9. Windows color (decimal): -3359373 or 7585228. OLE color: 7585228.
HSL color Cylindrical-coordinate representation of color #CCBD73: hue angle of 49.89º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCBD73 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 115 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.2 |
| HSL | 49.89º | 0.47% | 0.63% | - |
| HSV(B) | 49.89º | 0.44% | 0.8% | - |
| XYZ | 46.19 | 50.47 | 23.53 | - |
| YUV | 185.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 115 | 0 | 0.07 | 0.44 | 0.2 | 49.89 | 0.47 | 0.63 |
| Hex | CC | BD | 73 | 0 | 7 | 2C | 14 | 32 | 2F | 3F |
| Octal | 314 | 275 | 163 | 0 | 7 | 54 | 24 | 62 | 57 | 77 |
| Binary | 11001100 | 10111101 | 1110011 | 0 | 111 | 101100 | 10100 | 110010 | 101111 | 111111 |
Color Harmonies of #CCBD73
Complementary color
Monochromatic Colors of #CCBD73
Black with #CCBD73
Text Example
Text Example
White with #CCBD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD73; }
p { color: rgb(204,189,115); }
H1.HeaderClassName
{
color: #CCBD73;
}
.AnyTagClassName
{
color: #CCBD73;
}
</style>
background-color css
<style>
a { background-color: #CCBD73; }
a { background-color: rgb(204,189,115); }
div.DivClassName
{
background-color: #CCBD73;
}
.BgClassName
{
background-color: #CCBD73;
}
</style>
border-color css
<style>
span { border-color: #CCBD73; }
span { border-color: rgb(204,189,115); }
td.TdClassName
{
border-color: #CCBD73;
}
.TagClassName
{
border-color: #CCBD73;
}
</style>