Shades of Sundance #CDA14A
Tints of Sundance #CDA14A
RGB
CMYK
RGB Variations
Color information
#CDA14A (or 0xCDA14A) is known color: Sundance. HEX triplet: CD, A1 and 4A. RGB value is (205,161,74). Sum of RGB (Red+Green+Blue) = 205+161+74=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA14A is #325EB5. Grayscale: #A4A4A4. Windows color (decimal): -3301046 or 4891085. OLE color: 4891085.
HSL color Cylindrical-coordinate representation of color #CDA14A: hue angle of 39.85º 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 #CDA14A is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 74 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.20 |
| HSL | 39.85º | 0.57% | 0.55% | - |
| HSV(B) | 39.85º | 0.64% | 0.8% | - |
| XYZ | 39.16 | 38.96 | 11.94 | - |
| YUV | 164.24 | 77.08 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 74 | 0 | 0.21 | 0.64 | 0.20 | 39.85 | 0.57 | 0.55 |
| Hex | CD | A1 | 4A | 0 | 15 | 40 | 14 | 28 | 39 | 37 |
| Octal | 315 | 241 | 112 | 0 | 25 | 100 | 24 | 50 | 71 | 67 |
| Binary | 11001101 | 10100001 | 1001010 | 0 | 10101 | 1000000 | 10100 | 101000 | 111001 | 110111 |
Color Harmonies of #CDA14A
Complementary color
Monochromatic Colors of #CDA14A
Black with #CDA14A
Text Example
Text Example
White with #CDA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA14A; }
p { color: rgb(205,161,74); }
H1.HeaderClassName
{
color: #CDA14A;
}
.AnyTagClassName
{
color: #CDA14A;
}
</style>
background-color css
<style>
a { background-color: #CDA14A; }
a { background-color: rgb(205,161,74); }
div.DivClassName
{
background-color: #CDA14A;
}
.BgClassName
{
background-color: #CDA14A;
}
</style>
border-color css
<style>
span { border-color: #CDA14A; }
span { border-color: rgb(205,161,74); }
td.TdClassName
{
border-color: #CDA14A;
}
.TagClassName
{
border-color: #CDA14A;
}
</style>