Shades of Sundance #CDB052
Tints of Sundance #CDB052
RGB
CMYK
RGB Variations
Color information
#CDB052 (or 0xCDB052) is known color: Sundance. HEX triplet: CD, B0 and 52. RGB value is (205,176,82). Sum of RGB (Red+Green+Blue) = 205+176+82=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB052 is #324FAD. Grayscale: #AEAEAE. Windows color (decimal): -3297198 or 5419213. OLE color: 5419213.
HSL color Cylindrical-coordinate representation of color #CDB052: hue angle of 45.85º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDB052 is Cyan = 0, Magento = 0.14, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 82 | - |
| CMYK | 0 | 0.14 | 0.6 | 0.20 |
| HSL | 45.85º | 0.55% | 0.56% | - |
| HSV(B) | 45.85º | 0.6% | 0.8% | - |
| XYZ | 42.23 | 44.64 | 14.37 | - |
| YUV | 173.96 | 76.11 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 82 | 0 | 0.14 | 0.6 | 0.20 | 45.85 | 0.55 | 0.56 |
| Hex | CD | B0 | 52 | 0 | E | 3C | 14 | 2E | 37 | 38 |
| Octal | 315 | 260 | 122 | 0 | 16 | 74 | 24 | 56 | 67 | 70 |
| Binary | 11001101 | 10110000 | 1010010 | 0 | 1110 | 111100 | 10100 | 101110 | 110111 | 111000 |
Color Harmonies of #CDB052
Complementary color
Monochromatic Colors of #CDB052
Black with #CDB052
Text Example
Text Example
White with #CDB052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB052; }
p { color: rgb(205,176,82); }
H1.HeaderClassName
{
color: #CDB052;
}
.AnyTagClassName
{
color: #CDB052;
}
</style>
background-color css
<style>
a { background-color: #CDB052; }
a { background-color: rgb(205,176,82); }
div.DivClassName
{
background-color: #CDB052;
}
.BgClassName
{
background-color: #CDB052;
}
</style>
border-color css
<style>
span { border-color: #CDB052; }
span { border-color: rgb(205,176,82); }
td.TdClassName
{
border-color: #CDB052;
}
.TagClassName
{
border-color: #CDB052;
}
</style>