Shades of Yuma #CCB77C
Tints of Yuma #CCB77C
RGB
CMYK
RGB Variations
Color information
#CCB77C (or 0xCCB77C) is known color: Yuma. HEX triplet: CC, B7 and 7C. RGB value is (204,183,124). Sum of RGB (Red+Green+Blue) = 204+183+124=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB77C is #334883. Grayscale: #B6B6B6. Windows color (decimal): -3360900 or 8173516. OLE color: 8173516.
HSL color Cylindrical-coordinate representation of color #CCB77C: hue angle of 44.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCB77C is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 124 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.2 |
| HSL | 44.25º | 0.44% | 0.64% | - |
| HSV(B) | 44.25º | 0.39% | 0.8% | - |
| XYZ | 45.47 | 48.16 | 25.97 | - |
| YUV | 182.55 | 94.96 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 124 | 0 | 0.10 | 0.39 | 0.2 | 44.25 | 0.44 | 0.64 |
| Hex | CC | B7 | 7C | 0 | A | 27 | 14 | 2C | 2C | 40 |
| Octal | 314 | 267 | 174 | 0 | 12 | 47 | 24 | 54 | 54 | 100 |
| Binary | 11001100 | 10110111 | 1111100 | 0 | 1010 | 100111 | 10100 | 101100 | 101100 | 1000000 |
Color Harmonies of #CCB77C
Complementary color
Monochromatic Colors of #CCB77C
Black with #CCB77C
Text Example
Text Example
White with #CCB77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB77C; }
p { color: rgb(204,183,124); }
H1.HeaderClassName
{
color: #CCB77C;
}
.AnyTagClassName
{
color: #CCB77C;
}
</style>
background-color css
<style>
a { background-color: #CCB77C; }
a { background-color: rgb(204,183,124); }
div.DivClassName
{
background-color: #CCB77C;
}
.BgClassName
{
background-color: #CCB77C;
}
</style>
border-color css
<style>
span { border-color: #CCB77C; }
span { border-color: rgb(204,183,124); }
td.TdClassName
{
border-color: #CCB77C;
}
.TagClassName
{
border-color: #CCB77C;
}
</style>