Shades of Sundance #CDA74F
Tints of Sundance #CDA74F
RGB
CMYK
RGB Variations
Color information
#CDA74F (or 0xCDA74F) is known color: Sundance. HEX triplet: CD, A7 and 4F. RGB value is (205,167,79). Sum of RGB (Red+Green+Blue) = 205+167+79=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA74F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA74F is #3258B0. Grayscale: #A8A8A8. Windows color (decimal): -3299505 or 5220301. OLE color: 5220301.
HSL color Cylindrical-coordinate representation of color #CDA74F: hue angle of 41.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDA74F is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 79 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.20 |
| HSL | 41.9º | 0.56% | 0.56% | - |
| HSV(B) | 41.9º | 0.61% | 0.8% | - |
| XYZ | 40.41 | 41.18 | 13.22 | - |
| YUV | 168.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 79 | 0 | 0.19 | 0.61 | 0.20 | 41.9 | 0.56 | 0.56 |
| Hex | CD | A7 | 4F | 0 | 13 | 3D | 14 | 2A | 38 | 38 |
| Octal | 315 | 247 | 117 | 0 | 23 | 75 | 24 | 52 | 70 | 70 |
| Binary | 11001101 | 10100111 | 1001111 | 0 | 10011 | 111101 | 10100 | 101010 | 111000 | 111000 |
Color Harmonies of #CDA74F
Complementary color
Monochromatic Colors of #CDA74F
Black with #CDA74F
Text Example
Text Example
White with #CDA74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA74F; }
p { color: rgb(205,167,79); }
H1.HeaderClassName
{
color: #CDA74F;
}
.AnyTagClassName
{
color: #CDA74F;
}
</style>
background-color css
<style>
a { background-color: #CDA74F; }
a { background-color: rgb(205,167,79); }
div.DivClassName
{
background-color: #CDA74F;
}
.BgClassName
{
background-color: #CDA74F;
}
</style>
border-color css
<style>
span { border-color: #CDA74F; }
span { border-color: rgb(205,167,79); }
td.TdClassName
{
border-color: #CDA74F;
}
.TagClassName
{
border-color: #CDA74F;
}
</style>