Shades of Sundance #CDB34A
Tints of Sundance #CDB34A
RGB
CMYK
RGB Variations
Color information
#CDB34A (or 0xCDB34A) is known color: Sundance. HEX triplet: CD, B3 and 4A. RGB value is (205,179,74). Sum of RGB (Red+Green+Blue) = 205+179+74=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB34A is #324CB5. Grayscale: #AFAFAF. Windows color (decimal): -3296438 or 4895693. OLE color: 4895693.
HSL color Cylindrical-coordinate representation of color #CDB34A: hue angle of 48.09º 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 #CDB34A is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 74 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.20 |
| HSL | 48.09º | 0.57% | 0.55% | - |
| HSV(B) | 48.09º | 0.64% | 0.8% | - |
| XYZ | 42.53 | 45.71 | 13.06 | - |
| YUV | 174.8 | 71.11 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 74 | 0 | 0.13 | 0.64 | 0.20 | 48.09 | 0.57 | 0.55 |
| Hex | CD | B3 | 4A | 0 | D | 40 | 14 | 30 | 39 | 37 |
| Octal | 315 | 263 | 112 | 0 | 15 | 100 | 24 | 60 | 71 | 67 |
| Binary | 11001101 | 10110011 | 1001010 | 0 | 1101 | 1000000 | 10100 | 110000 | 111001 | 110111 |
Color Harmonies of #CDB34A
Complementary color
Monochromatic Colors of #CDB34A
Black with #CDB34A
Text Example
Text Example
White with #CDB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB34A; }
p { color: rgb(205,179,74); }
H1.HeaderClassName
{
color: #CDB34A;
}
.AnyTagClassName
{
color: #CDB34A;
}
</style>
background-color css
<style>
a { background-color: #CDB34A; }
a { background-color: rgb(205,179,74); }
div.DivClassName
{
background-color: #CDB34A;
}
.BgClassName
{
background-color: #CDB34A;
}
</style>
border-color css
<style>
span { border-color: #CDB34A; }
span { border-color: rgb(205,179,74); }
td.TdClassName
{
border-color: #CDB34A;
}
.TagClassName
{
border-color: #CDB34A;
}
</style>