Shades of Sundance #CDAE4A
Tints of Sundance #CDAE4A
RGB
CMYK
RGB Variations
Color information
#CDAE4A (or 0xCDAE4A) is known color: Sundance. HEX triplet: CD, AE and 4A. RGB value is (205,174,74). Sum of RGB (Red+Green+Blue) = 205+174+74=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAE4A is #3251B5. Grayscale: #ACACAC. Windows color (decimal): -3297718 or 4894413. OLE color: 4894413.
HSL color Cylindrical-coordinate representation of color #CDAE4A: hue angle of 45.8º 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 #CDAE4A is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 174 | 74 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.20 |
| HSL | 45.8º | 0.57% | 0.55% | - |
| HSV(B) | 45.8º | 0.64% | 0.8% | - |
| XYZ | 41.55 | 43.75 | 12.73 | - |
| YUV | 171.87 | 72.77 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 174 | 74 | 0 | 0.15 | 0.64 | 0.20 | 45.8 | 0.57 | 0.55 |
| Hex | CD | AE | 4A | 0 | F | 40 | 14 | 2E | 39 | 37 |
| Octal | 315 | 256 | 112 | 0 | 17 | 100 | 24 | 56 | 71 | 67 |
| Binary | 11001101 | 10101110 | 1001010 | 0 | 1111 | 1000000 | 10100 | 101110 | 111001 | 110111 |
Color Harmonies of #CDAE4A
Complementary color
Monochromatic Colors of #CDAE4A
Black with #CDAE4A
Text Example
Text Example
White with #CDAE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAE4A; }
p { color: rgb(205,174,74); }
H1.HeaderClassName
{
color: #CDAE4A;
}
.AnyTagClassName
{
color: #CDAE4A;
}
</style>
background-color css
<style>
a { background-color: #CDAE4A; }
a { background-color: rgb(205,174,74); }
div.DivClassName
{
background-color: #CDAE4A;
}
.BgClassName
{
background-color: #CDAE4A;
}
</style>
border-color css
<style>
span { border-color: #CDAE4A; }
span { border-color: rgb(205,174,74); }
td.TdClassName
{
border-color: #CDAE4A;
}
.TagClassName
{
border-color: #CDAE4A;
}
</style>