Shades of Sundance #CCB74B
Tints of Sundance #CCB74B
RGB
CMYK
RGB Variations
Color information
#CCB74B (or 0xCCB74B) is known color: Sundance. HEX triplet: CC, B7 and 4B. RGB value is (204,183,75). Sum of RGB (Red+Green+Blue) = 204+183+75=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB74B is #3348B4. Grayscale: #B1B1B1. Windows color (decimal): -3360949 or 4962252. OLE color: 4962252.
HSL color Cylindrical-coordinate representation of color #CCB74B: hue angle of 50.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCB74B is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 75 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.2 |
| HSL | 50.23º | 0.56% | 0.55% | - |
| HSV(B) | 50.23º | 0.63% | 0.8% | - |
| XYZ | 43.11 | 47.21 | 13.5 | - |
| YUV | 176.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 75 | 0 | 0.10 | 0.63 | 0.2 | 50.23 | 0.56 | 0.55 |
| Hex | CC | B7 | 4B | 0 | A | 3F | 14 | 32 | 38 | 37 |
| Octal | 314 | 267 | 113 | 0 | 12 | 77 | 24 | 62 | 70 | 67 |
| Binary | 11001100 | 10110111 | 1001011 | 0 | 1010 | 111111 | 10100 | 110010 | 111000 | 110111 |
Color Harmonies of #CCB74B
Complementary color
Monochromatic Colors of #CCB74B
Black with #CCB74B
Text Example
Text Example
White with #CCB74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB74B; }
p { color: rgb(204,183,75); }
H1.HeaderClassName
{
color: #CCB74B;
}
.AnyTagClassName
{
color: #CCB74B;
}
</style>
background-color css
<style>
a { background-color: #CCB74B; }
a { background-color: rgb(204,183,75); }
div.DivClassName
{
background-color: #CCB74B;
}
.BgClassName
{
background-color: #CCB74B;
}
</style>
border-color css
<style>
span { border-color: #CCB74B; }
span { border-color: rgb(204,183,75); }
td.TdClassName
{
border-color: #CCB74B;
}
.TagClassName
{
border-color: #CCB74B;
}
</style>