Shades of Sundance #CDB353
Tints of Sundance #CDB353
RGB
CMYK
RGB Variations
Color information
#CDB353 (or 0xCDB353) is known color: Sundance. HEX triplet: CD, B3 and 53. RGB value is (205,179,83). Sum of RGB (Red+Green+Blue) = 205+179+83=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB353 is #324CAC. Grayscale: #B0B0B0. Windows color (decimal): -3296429 or 5485517. OLE color: 5485517.
HSL color Cylindrical-coordinate representation of color #CDB353: hue angle of 47.21º 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 #CDB353 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 83 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.20 |
| HSL | 47.21º | 0.55% | 0.56% | - |
| HSV(B) | 47.21º | 0.6% | 0.8% | - |
| XYZ | 42.86 | 45.84 | 14.77 | - |
| YUV | 175.83 | 75.61 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 83 | 0 | 0.13 | 0.60 | 0.20 | 47.21 | 0.55 | 0.56 |
| Hex | CD | B3 | 53 | 0 | D | 3C | 14 | 2F | 37 | 38 |
| Octal | 315 | 263 | 123 | 0 | 15 | 74 | 24 | 57 | 67 | 70 |
| Binary | 11001101 | 10110011 | 1010011 | 0 | 1101 | 111100 | 10100 | 101111 | 110111 | 111000 |
Color Harmonies of #CDB353
Complementary color
Monochromatic Colors of #CDB353
Black with #CDB353
Text Example
Text Example
White with #CDB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB353; }
p { color: rgb(205,179,83); }
H1.HeaderClassName
{
color: #CDB353;
}
.AnyTagClassName
{
color: #CDB353;
}
</style>
background-color css
<style>
a { background-color: #CDB353; }
a { background-color: rgb(205,179,83); }
div.DivClassName
{
background-color: #CDB353;
}
.BgClassName
{
background-color: #CDB353;
}
</style>
border-color css
<style>
span { border-color: #CDB353; }
span { border-color: rgb(205,179,83); }
td.TdClassName
{
border-color: #CDB353;
}
.TagClassName
{
border-color: #CDB353;
}
</style>