Shades of Sundance #CCB74F
Tints of Sundance #CCB74F
RGB
CMYK
RGB Variations
Color information
#CCB74F (or 0xCCB74F) is known color: Sundance. HEX triplet: CC, B7 and 4F. RGB value is (204,183,79). Sum of RGB (Red+Green+Blue) = 204+183+79=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB74F is #3348B0. Grayscale: #B1B1B1. Windows color (decimal): -3360945 or 5224396. OLE color: 5224396.
HSL color Cylindrical-coordinate representation of color #CCB74F: hue angle of 49.92º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCB74F is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 79 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.2 |
| HSL | 49.92º | 0.55% | 0.55% | - |
| HSV(B) | 49.92º | 0.61% | 0.8% | - |
| XYZ | 43.25 | 47.27 | 14.24 | - |
| YUV | 177.42 | 72.46 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 79 | 0 | 0.10 | 0.61 | 0.2 | 49.92 | 0.55 | 0.55 |
| Hex | CC | B7 | 4F | 0 | A | 3D | 14 | 32 | 37 | 37 |
| Octal | 314 | 267 | 117 | 0 | 12 | 75 | 24 | 62 | 67 | 67 |
| Binary | 11001100 | 10110111 | 1001111 | 0 | 1010 | 111101 | 10100 | 110010 | 110111 | 110111 |
Color Harmonies of #CCB74F
Complementary color
Monochromatic Colors of #CCB74F
Black with #CCB74F
Text Example
Text Example
White with #CCB74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB74F; }
p { color: rgb(204,183,79); }
H1.HeaderClassName
{
color: #CCB74F;
}
.AnyTagClassName
{
color: #CCB74F;
}
</style>
background-color css
<style>
a { background-color: #CCB74F; }
a { background-color: rgb(204,183,79); }
div.DivClassName
{
background-color: #CCB74F;
}
.BgClassName
{
background-color: #CCB74F;
}
</style>
border-color css
<style>
span { border-color: #CCB74F; }
span { border-color: rgb(204,183,79); }
td.TdClassName
{
border-color: #CCB74F;
}
.TagClassName
{
border-color: #CCB74F;
}
</style>