Shades of Sundance #CCB24E
Tints of Sundance #CCB24E
RGB
CMYK
RGB Variations
Color information
#CCB24E (or 0xCCB24E) is known color: Sundance. HEX triplet: CC, B2 and 4E. RGB value is (204,178,78). Sum of RGB (Red+Green+Blue) = 204+178+78=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB24E is #334DB1. Grayscale: #AEAEAE. Windows color (decimal): -3362226 or 5157580. OLE color: 5157580.
HSL color Cylindrical-coordinate representation of color #CCB24E: hue angle of 47.62º 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 #CCB24E is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 78 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.2 |
| HSL | 47.62º | 0.55% | 0.55% | - |
| HSV(B) | 47.62º | 0.62% | 0.8% | - |
| XYZ | 42.2 | 45.23 | 13.71 | - |
| YUV | 174.37 | 73.61 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 78 | 0 | 0.13 | 0.62 | 0.2 | 47.62 | 0.55 | 0.55 |
| Hex | CC | B2 | 4E | 0 | D | 3E | 14 | 30 | 37 | 37 |
| Octal | 314 | 262 | 116 | 0 | 15 | 76 | 24 | 60 | 67 | 67 |
| Binary | 11001100 | 10110010 | 1001110 | 0 | 1101 | 111110 | 10100 | 110000 | 110111 | 110111 |
Color Harmonies of #CCB24E
Complementary color
Monochromatic Colors of #CCB24E
Black with #CCB24E
Text Example
Text Example
White with #CCB24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB24E; }
p { color: rgb(204,178,78); }
H1.HeaderClassName
{
color: #CCB24E;
}
.AnyTagClassName
{
color: #CCB24E;
}
</style>
background-color css
<style>
a { background-color: #CCB24E; }
a { background-color: rgb(204,178,78); }
div.DivClassName
{
background-color: #CCB24E;
}
.BgClassName
{
background-color: #CCB24E;
}
</style>
border-color css
<style>
span { border-color: #CCB24E; }
span { border-color: rgb(204,178,78); }
td.TdClassName
{
border-color: #CCB24E;
}
.TagClassName
{
border-color: #CCB24E;
}
</style>