Shades of Yuma #CCB37D
Tints of Yuma #CCB37D
RGB
CMYK
RGB Variations
Color information
#CCB37D (or 0xCCB37D) is known color: Yuma. HEX triplet: CC, B3 and 7D. RGB value is (204,179,125). Sum of RGB (Red+Green+Blue) = 204+179+125=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB37D is #334C82. Grayscale: #B4B4B4. Windows color (decimal): -3361923 or 8238028. OLE color: 8238028.
HSL color Cylindrical-coordinate representation of color #CCB37D: hue angle of 41.01º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCB37D is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 125 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.2 |
| HSL | 41.01º | 0.44% | 0.65% | - |
| HSV(B) | 41.01º | 0.39% | 0.8% | - |
| XYZ | 44.72 | 46.56 | 26.03 | - |
| YUV | 180.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 125 | 0 | 0.12 | 0.39 | 0.2 | 41.01 | 0.44 | 0.65 |
| Hex | CC | B3 | 7D | 0 | C | 27 | 14 | 29 | 2C | 41 |
| Octal | 314 | 263 | 175 | 0 | 14 | 47 | 24 | 51 | 54 | 101 |
| Binary | 11001100 | 10110011 | 1111101 | 0 | 1100 | 100111 | 10100 | 101001 | 101100 | 1000001 |
Color Harmonies of #CCB37D
Complementary color
Monochromatic Colors of #CCB37D
Black with #CCB37D
Text Example
Text Example
White with #CCB37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB37D; }
p { color: rgb(204,179,125); }
H1.HeaderClassName
{
color: #CCB37D;
}
.AnyTagClassName
{
color: #CCB37D;
}
</style>
background-color css
<style>
a { background-color: #CCB37D; }
a { background-color: rgb(204,179,125); }
div.DivClassName
{
background-color: #CCB37D;
}
.BgClassName
{
background-color: #CCB37D;
}
</style>
border-color css
<style>
span { border-color: #CCB37D; }
span { border-color: rgb(204,179,125); }
td.TdClassName
{
border-color: #CCB37D;
}
.TagClassName
{
border-color: #CCB37D;
}
</style>