Shades of Sundance #CDB44A
Tints of Sundance #CDB44A
RGB
CMYK
RGB Variations
Color information
#CDB44A (or 0xCDB44A) is known color: Sundance. HEX triplet: CD, B4 and 4A. RGB value is (205,180,74). Sum of RGB (Red+Green+Blue) = 205+180+74=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB44A is #324BB5. Grayscale: #AFAFAF. Windows color (decimal): -3296182 or 4895949. OLE color: 4895949.
HSL color Cylindrical-coordinate representation of color #CDB44A: hue angle of 48.55º 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 #CDB44A is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 74 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.20 |
| HSL | 48.55º | 0.57% | 0.55% | - |
| HSV(B) | 48.55º | 0.64% | 0.8% | - |
| XYZ | 42.73 | 46.12 | 13.13 | - |
| YUV | 175.39 | 70.78 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 74 | 0 | 0.12 | 0.64 | 0.20 | 48.55 | 0.57 | 0.55 |
| Hex | CD | B4 | 4A | 0 | C | 40 | 14 | 31 | 39 | 37 |
| Octal | 315 | 264 | 112 | 0 | 14 | 100 | 24 | 61 | 71 | 67 |
| Binary | 11001101 | 10110100 | 1001010 | 0 | 1100 | 1000000 | 10100 | 110001 | 111001 | 110111 |
Color Harmonies of #CDB44A
Complementary color
Monochromatic Colors of #CDB44A
Black with #CDB44A
Text Example
Text Example
White with #CDB44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB44A; }
p { color: rgb(205,180,74); }
H1.HeaderClassName
{
color: #CDB44A;
}
.AnyTagClassName
{
color: #CDB44A;
}
</style>
background-color css
<style>
a { background-color: #CDB44A; }
a { background-color: rgb(205,180,74); }
div.DivClassName
{
background-color: #CDB44A;
}
.BgClassName
{
background-color: #CDB44A;
}
</style>
border-color css
<style>
span { border-color: #CDB44A; }
span { border-color: rgb(205,180,74); }
td.TdClassName
{
border-color: #CDB44A;
}
.TagClassName
{
border-color: #CDB44A;
}
</style>