Shades of Sundance #CCB24D
Tints of Sundance #CCB24D
RGB
CMYK
RGB Variations
Color information
#CCB24D (or 0xCCB24D) is known color: Sundance. HEX triplet: CC, B2 and 4D. RGB value is (204,178,77). Sum of RGB (Red+Green+Blue) = 204+178+77=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB24D is #334DB2. Grayscale: #AEAEAE. Windows color (decimal): -3362227 or 5092044. OLE color: 5092044.
HSL color Cylindrical-coordinate representation of color #CCB24D: hue angle of 47.72º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCB24D is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 77 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.2 |
| HSL | 47.72º | 0.55% | 0.55% | - |
| HSV(B) | 47.72º | 0.62% | 0.8% | - |
| XYZ | 42.16 | 45.21 | 13.53 | - |
| YUV | 174.26 | 73.11 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 77 | 0 | 0.13 | 0.62 | 0.2 | 47.72 | 0.55 | 0.55 |
| Hex | CC | B2 | 4D | 0 | D | 3E | 14 | 30 | 37 | 37 |
| Octal | 314 | 262 | 115 | 0 | 15 | 76 | 24 | 60 | 67 | 67 |
| Binary | 11001100 | 10110010 | 1001101 | 0 | 1101 | 111110 | 10100 | 110000 | 110111 | 110111 |
Color Harmonies of #CCB24D
Complementary color
Monochromatic Colors of #CCB24D
Black with #CCB24D
Text Example
Text Example
White with #CCB24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB24D; }
p { color: rgb(204,178,77); }
H1.HeaderClassName
{
color: #CCB24D;
}
.AnyTagClassName
{
color: #CCB24D;
}
</style>
background-color css
<style>
a { background-color: #CCB24D; }
a { background-color: rgb(204,178,77); }
div.DivClassName
{
background-color: #CCB24D;
}
.BgClassName
{
background-color: #CCB24D;
}
</style>
border-color css
<style>
span { border-color: #CCB24D; }
span { border-color: rgb(204,178,77); }
td.TdClassName
{
border-color: #CCB24D;
}
.TagClassName
{
border-color: #CCB24D;
}
</style>