Shades of Sundance #CDA74D
Tints of Sundance #CDA74D
RGB
CMYK
RGB Variations
Color information
#CDA74D (or 0xCDA74D) is known color: Sundance. HEX triplet: CD, A7 and 4D. RGB value is (205,167,77). Sum of RGB (Red+Green+Blue) = 205+167+77=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA74D is #3258B2. Grayscale: #A8A8A8. Windows color (decimal): -3299507 or 5089229. OLE color: 5089229.
HSL color Cylindrical-coordinate representation of color #CDA74D: hue angle of 42.19º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDA74D is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 77 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.20 |
| HSL | 42.19º | 0.56% | 0.55% | - |
| HSV(B) | 42.19º | 0.62% | 0.8% | - |
| XYZ | 40.34 | 41.15 | 12.84 | - |
| YUV | 168.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 77 | 0 | 0.19 | 0.62 | 0.20 | 42.19 | 0.56 | 0.55 |
| Hex | CD | A7 | 4D | 0 | 13 | 3E | 14 | 2A | 38 | 37 |
| Octal | 315 | 247 | 115 | 0 | 23 | 76 | 24 | 52 | 70 | 67 |
| Binary | 11001101 | 10100111 | 1001101 | 0 | 10011 | 111110 | 10100 | 101010 | 111000 | 110111 |
Color Harmonies of #CDA74D
Complementary color
Monochromatic Colors of #CDA74D
Black with #CDA74D
Text Example
Text Example
White with #CDA74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA74D; }
p { color: rgb(205,167,77); }
H1.HeaderClassName
{
color: #CDA74D;
}
.AnyTagClassName
{
color: #CDA74D;
}
</style>
background-color css
<style>
a { background-color: #CDA74D; }
a { background-color: rgb(205,167,77); }
div.DivClassName
{
background-color: #CDA74D;
}
.BgClassName
{
background-color: #CDA74D;
}
</style>
border-color css
<style>
span { border-color: #CDA74D; }
span { border-color: rgb(205,167,77); }
td.TdClassName
{
border-color: #CDA74D;
}
.TagClassName
{
border-color: #CDA74D;
}
</style>