Shades of Sundance #CDA74A
Tints of Sundance #CDA74A
RGB
CMYK
RGB Variations
Color information
#CDA74A (or 0xCDA74A) is known color: Sundance. HEX triplet: CD, A7 and 4A. RGB value is (205,167,74). Sum of RGB (Red+Green+Blue) = 205+167+74=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA74A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA74A is #3258B5. Grayscale: #A8A8A8. Windows color (decimal): -3299510 or 4892621. OLE color: 4892621.
HSL color Cylindrical-coordinate representation of color #CDA74A: hue angle of 42.6º degrees, saturation: 0.57, 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 #CDA74A is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 74 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.20 |
| HSL | 42.6º | 0.57% | 0.55% | - |
| HSV(B) | 42.6º | 0.64% | 0.8% | - |
| XYZ | 40.23 | 41.11 | 12.29 | - |
| YUV | 167.76 | 75.09 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 74 | 0 | 0.19 | 0.64 | 0.20 | 42.6 | 0.57 | 0.55 |
| Hex | CD | A7 | 4A | 0 | 13 | 40 | 14 | 2B | 39 | 37 |
| Octal | 315 | 247 | 112 | 0 | 23 | 100 | 24 | 53 | 71 | 67 |
| Binary | 11001101 | 10100111 | 1001010 | 0 | 10011 | 1000000 | 10100 | 101011 | 111001 | 110111 |
Color Harmonies of #CDA74A
Complementary color
Monochromatic Colors of #CDA74A
Black with #CDA74A
Text Example
Text Example
White with #CDA74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA74A; }
p { color: rgb(205,167,74); }
H1.HeaderClassName
{
color: #CDA74A;
}
.AnyTagClassName
{
color: #CDA74A;
}
</style>
background-color css
<style>
a { background-color: #CDA74A; }
a { background-color: rgb(205,167,74); }
div.DivClassName
{
background-color: #CDA74A;
}
.BgClassName
{
background-color: #CDA74A;
}
</style>
border-color css
<style>
span { border-color: #CDA74A; }
span { border-color: rgb(205,167,74); }
td.TdClassName
{
border-color: #CDA74A;
}
.TagClassName
{
border-color: #CDA74A;
}
</style>