Shades of Sundance #CCB64F
Tints of Sundance #CCB64F
RGB
CMYK
RGB Variations
Color information
#CCB64F (or 0xCCB64F) is known color: Sundance. HEX triplet: CC, B6 and 4F. RGB value is (204,182,79). Sum of RGB (Red+Green+Blue) = 204+182+79=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB64F is #3349B0. Grayscale: #B1B1B1. Windows color (decimal): -3361201 or 5224140. OLE color: 5224140.
HSL color Cylindrical-coordinate representation of color #CCB64F: hue angle of 49.44º 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 #CCB64F is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 79 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.2 |
| HSL | 49.44º | 0.55% | 0.55% | - |
| HSV(B) | 49.44º | 0.61% | 0.8% | - |
| XYZ | 43.04 | 46.86 | 14.17 | - |
| YUV | 176.84 | 72.79 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 79 | 0 | 0.11 | 0.61 | 0.2 | 49.44 | 0.55 | 0.55 |
| Hex | CC | B6 | 4F | 0 | B | 3D | 14 | 31 | 37 | 37 |
| Octal | 314 | 266 | 117 | 0 | 13 | 75 | 24 | 61 | 67 | 67 |
| Binary | 11001100 | 10110110 | 1001111 | 0 | 1011 | 111101 | 10100 | 110001 | 110111 | 110111 |
Color Harmonies of #CCB64F
Complementary color
Monochromatic Colors of #CCB64F
Black with #CCB64F
Text Example
Text Example
White with #CCB64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB64F; }
p { color: rgb(204,182,79); }
H1.HeaderClassName
{
color: #CCB64F;
}
.AnyTagClassName
{
color: #CCB64F;
}
</style>
background-color css
<style>
a { background-color: #CCB64F; }
a { background-color: rgb(204,182,79); }
div.DivClassName
{
background-color: #CCB64F;
}
.BgClassName
{
background-color: #CCB64F;
}
</style>
border-color css
<style>
span { border-color: #CCB64F; }
span { border-color: rgb(204,182,79); }
td.TdClassName
{
border-color: #CCB64F;
}
.TagClassName
{
border-color: #CCB64F;
}
</style>