Shades of Sundance #CCB74E
Tints of Sundance #CCB74E
RGB
CMYK
RGB Variations
Color information
#CCB74E (or 0xCCB74E) is known color: Sundance. HEX triplet: CC, B7 and 4E. RGB value is (204,183,78). Sum of RGB (Red+Green+Blue) = 204+183+78=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB74E is #3348B1. Grayscale: #B1B1B1. Windows color (decimal): -3360946 or 5158860. OLE color: 5158860.
HSL color Cylindrical-coordinate representation of color #CCB74E: hue angle of 50º 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 #CCB74E is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 78 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.2 |
| HSL | 50º | 0.55% | 0.55% | - |
| HSV(B) | 50º | 0.62% | 0.8% | - |
| XYZ | 43.21 | 47.25 | 14.05 | - |
| YUV | 177.31 | 71.96 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 78 | 0 | 0.10 | 0.62 | 0.2 | 50 | 0.55 | 0.55 |
| Hex | CC | B7 | 4E | 0 | A | 3E | 14 | 32 | 37 | 37 |
| Octal | 314 | 267 | 116 | 0 | 12 | 76 | 24 | 62 | 67 | 67 |
| Binary | 11001100 | 10110111 | 1001110 | 0 | 1010 | 111110 | 10100 | 110010 | 110111 | 110111 |
Color Harmonies of #CCB74E
Complementary color
Monochromatic Colors of #CCB74E
Black with #CCB74E
Text Example
Text Example
White with #CCB74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB74E; }
p { color: rgb(204,183,78); }
H1.HeaderClassName
{
color: #CCB74E;
}
.AnyTagClassName
{
color: #CCB74E;
}
</style>
background-color css
<style>
a { background-color: #CCB74E; }
a { background-color: rgb(204,183,78); }
div.DivClassName
{
background-color: #CCB74E;
}
.BgClassName
{
background-color: #CCB74E;
}
</style>
border-color css
<style>
span { border-color: #CCB74E; }
span { border-color: rgb(204,183,78); }
td.TdClassName
{
border-color: #CCB74E;
}
.TagClassName
{
border-color: #CCB74E;
}
</style>