Shades of Sundance #CDB44D
Tints of Sundance #CDB44D
RGB
CMYK
RGB Variations
Color information
#CDB44D (or 0xCDB44D) is known color: Sundance. HEX triplet: CD, B4 and 4D. RGB value is (205,180,77). Sum of RGB (Red+Green+Blue) = 205+180+77=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB44D is #324BB2. Grayscale: #B0B0B0. Windows color (decimal): -3296179 or 5092557. OLE color: 5092557.
HSL color Cylindrical-coordinate representation of color #CDB44D: hue angle of 48.28º 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 #CDB44D is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 77 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.20 |
| HSL | 48.28º | 0.56% | 0.55% | - |
| HSV(B) | 48.28º | 0.62% | 0.8% | - |
| XYZ | 42.84 | 46.16 | 13.67 | - |
| YUV | 175.73 | 72.28 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 77 | 0 | 0.12 | 0.62 | 0.20 | 48.28 | 0.56 | 0.55 |
| Hex | CD | B4 | 4D | 0 | C | 3E | 14 | 30 | 38 | 37 |
| Octal | 315 | 264 | 115 | 0 | 14 | 76 | 24 | 60 | 70 | 67 |
| Binary | 11001101 | 10110100 | 1001101 | 0 | 1100 | 111110 | 10100 | 110000 | 111000 | 110111 |
Color Harmonies of #CDB44D
Complementary color
Monochromatic Colors of #CDB44D
Black with #CDB44D
Text Example
Text Example
White with #CDB44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB44D; }
p { color: rgb(205,180,77); }
H1.HeaderClassName
{
color: #CDB44D;
}
.AnyTagClassName
{
color: #CDB44D;
}
</style>
background-color css
<style>
a { background-color: #CDB44D; }
a { background-color: rgb(205,180,77); }
div.DivClassName
{
background-color: #CDB44D;
}
.BgClassName
{
background-color: #CDB44D;
}
</style>
border-color css
<style>
span { border-color: #CDB44D; }
span { border-color: rgb(205,180,77); }
td.TdClassName
{
border-color: #CDB44D;
}
.TagClassName
{
border-color: #CDB44D;
}
</style>