Shades of Sundance #CDB051
Tints of Sundance #CDB051
RGB
CMYK
RGB Variations
Color information
#CDB051 (or 0xCDB051) is known color: Sundance. HEX triplet: CD, B0 and 51. RGB value is (205,176,81). Sum of RGB (Red+Green+Blue) = 205+176+81=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 81 (32.03% from 255 or 17.53% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB051 is #324FAE. Grayscale: #AEAEAE. Windows color (decimal): -3297199 or 5353677. OLE color: 5353677.
HSL color Cylindrical-coordinate representation of color #CDB051: hue angle of 45.97º 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 #CDB051 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 81 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.20 |
| HSL | 45.97º | 0.55% | 0.56% | - |
| HSV(B) | 45.97º | 0.6% | 0.8% | - |
| XYZ | 42.19 | 44.62 | 14.17 | - |
| YUV | 173.84 | 75.61 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 81 | 0 | 0.14 | 0.60 | 0.20 | 45.97 | 0.55 | 0.56 |
| Hex | CD | B0 | 51 | 0 | E | 3C | 14 | 2E | 37 | 38 |
| Octal | 315 | 260 | 121 | 0 | 16 | 74 | 24 | 56 | 67 | 70 |
| Binary | 11001101 | 10110000 | 1010001 | 0 | 1110 | 111100 | 10100 | 101110 | 110111 | 111000 |
Color Harmonies of #CDB051
Complementary color
Monochromatic Colors of #CDB051
Black with #CDB051
Text Example
Text Example
White with #CDB051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB051; }
p { color: rgb(205,176,81); }
H1.HeaderClassName
{
color: #CDB051;
}
.AnyTagClassName
{
color: #CDB051;
}
</style>
background-color css
<style>
a { background-color: #CDB051; }
a { background-color: rgb(205,176,81); }
div.DivClassName
{
background-color: #CDB051;
}
.BgClassName
{
background-color: #CDB051;
}
</style>
border-color css
<style>
span { border-color: #CDB051; }
span { border-color: rgb(205,176,81); }
td.TdClassName
{
border-color: #CDB051;
}
.TagClassName
{
border-color: #CDB051;
}
</style>