Shades of Yuma #CCBD77
Tints of Yuma #CCBD77
RGB
CMYK
RGB Variations
Color information
#CCBD77 (or 0xCCBD77) is known color: Yuma. HEX triplet: CC, BD and 77. RGB value is (204,189,119). Sum of RGB (Red+Green+Blue) = 204+189+119=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBD77 is #334288. Grayscale: #B9B9B9. Windows color (decimal): -3359369 or 7847372. OLE color: 7847372.
HSL color Cylindrical-coordinate representation of color #CCBD77: hue angle of 49.41º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCBD77 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 119 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.2 |
| HSL | 49.41º | 0.45% | 0.63% | - |
| HSV(B) | 49.41º | 0.42% | 0.8% | - |
| XYZ | 46.43 | 50.56 | 24.77 | - |
| YUV | 185.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 119 | 0 | 0.07 | 0.42 | 0.2 | 49.41 | 0.45 | 0.63 |
| Hex | CC | BD | 77 | 0 | 7 | 2A | 14 | 31 | 2D | 3F |
| Octal | 314 | 275 | 167 | 0 | 7 | 52 | 24 | 61 | 55 | 77 |
| Binary | 11001100 | 10111101 | 1110111 | 0 | 111 | 101010 | 10100 | 110001 | 101101 | 111111 |
Color Harmonies of #CCBD77
Complementary color
Monochromatic Colors of #CCBD77
Black with #CCBD77
Text Example
Text Example
White with #CCBD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD77; }
p { color: rgb(204,189,119); }
H1.HeaderClassName
{
color: #CCBD77;
}
.AnyTagClassName
{
color: #CCBD77;
}
</style>
background-color css
<style>
a { background-color: #CCBD77; }
a { background-color: rgb(204,189,119); }
div.DivClassName
{
background-color: #CCBD77;
}
.BgClassName
{
background-color: #CCBD77;
}
</style>
border-color css
<style>
span { border-color: #CCBD77; }
span { border-color: rgb(204,189,119); }
td.TdClassName
{
border-color: #CCBD77;
}
.TagClassName
{
border-color: #CCBD77;
}
</style>