Shades of Sundance #CEA74B
Tints of Sundance #CEA74B
RGB
CMYK
RGB Variations
Color information
#CEA74B (or 0xCEA74B) is known color: Sundance. HEX triplet: CE, A7 and 4B. RGB value is (206,167,75). Sum of RGB (Red+Green+Blue) = 206+167+75=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA74B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA74B is #3158B4. Grayscale: #A8A8A8. Windows color (decimal): -3233973 or 4958158. OLE color: 4958158.
HSL color Cylindrical-coordinate representation of color #CEA74B: hue angle of 42.14º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEA74B is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 75 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.19 |
| HSL | 42.14º | 0.57% | 0.55% | - |
| HSV(B) | 42.14º | 0.64% | 0.81% | - |
| XYZ | 40.54 | 41.27 | 12.49 | - |
| YUV | 168.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 75 | 0 | 0.19 | 0.64 | 0.19 | 42.14 | 0.57 | 0.55 |
| Hex | CE | A7 | 4B | 0 | 13 | 40 | 13 | 2A | 39 | 37 |
| Octal | 316 | 247 | 113 | 0 | 23 | 100 | 23 | 52 | 71 | 67 |
| Binary | 11001110 | 10100111 | 1001011 | 0 | 10011 | 1000000 | 10011 | 101010 | 111001 | 110111 |
Color Harmonies of #CEA74B
Complementary color
Monochromatic Colors of #CEA74B
Black with #CEA74B
Text Example
Text Example
White with #CEA74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA74B; }
p { color: rgb(206,167,75); }
H1.HeaderClassName
{
color: #CEA74B;
}
.AnyTagClassName
{
color: #CEA74B;
}
</style>
background-color css
<style>
a { background-color: #CEA74B; }
a { background-color: rgb(206,167,75); }
div.DivClassName
{
background-color: #CEA74B;
}
.BgClassName
{
background-color: #CEA74B;
}
</style>
border-color css
<style>
span { border-color: #CEA74B; }
span { border-color: rgb(206,167,75); }
td.TdClassName
{
border-color: #CEA74B;
}
.TagClassName
{
border-color: #CEA74B;
}
</style>