Shades of Sundance #CCB24A
Tints of Sundance #CCB24A
RGB
CMYK
RGB Variations
Color information
#CCB24A (or 0xCCB24A) is known color: Sundance. HEX triplet: CC, B2 and 4A. RGB value is (204,178,74). Sum of RGB (Red+Green+Blue) = 204+178+74=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB24A is #334DB5. Grayscale: #AEAEAE. Windows color (decimal): -3362230 or 4895436. OLE color: 4895436.
HSL color Cylindrical-coordinate representation of color #CCB24A: hue angle of 48º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCB24A is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 74 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.2 |
| HSL | 48º | 0.56% | 0.55% | - |
| HSV(B) | 48º | 0.64% | 0.8% | - |
| XYZ | 42.06 | 45.17 | 12.98 | - |
| YUV | 173.92 | 71.61 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 74 | 0 | 0.13 | 0.64 | 0.2 | 48 | 0.56 | 0.55 |
| Hex | CC | B2 | 4A | 0 | D | 40 | 14 | 30 | 38 | 37 |
| Octal | 314 | 262 | 112 | 0 | 15 | 100 | 24 | 60 | 70 | 67 |
| Binary | 11001100 | 10110010 | 1001010 | 0 | 1101 | 1000000 | 10100 | 110000 | 111000 | 110111 |
Color Harmonies of #CCB24A
Complementary color
Monochromatic Colors of #CCB24A
Black with #CCB24A
Text Example
Text Example
White with #CCB24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB24A; }
p { color: rgb(204,178,74); }
H1.HeaderClassName
{
color: #CCB24A;
}
.AnyTagClassName
{
color: #CCB24A;
}
</style>
background-color css
<style>
a { background-color: #CCB24A; }
a { background-color: rgb(204,178,74); }
div.DivClassName
{
background-color: #CCB24A;
}
.BgClassName
{
background-color: #CCB24A;
}
</style>
border-color css
<style>
span { border-color: #CCB24A; }
span { border-color: rgb(204,178,74); }
td.TdClassName
{
border-color: #CCB24A;
}
.TagClassName
{
border-color: #CCB24A;
}
</style>