Shades of Sundance #CDB551
Tints of Sundance #CDB551
RGB
CMYK
RGB Variations
Color information
#CDB551 (or 0xCDB551) is known color: Sundance. HEX triplet: CD, B5 and 51. RGB value is (205,181,81). Sum of RGB (Red+Green+Blue) = 205+181+81=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 81 (32.03% from 255 or 17.34% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB551 is #324AAE. Grayscale: #B1B1B1. Windows color (decimal): -3295919 or 5354957. OLE color: 5354957.
HSL color Cylindrical-coordinate representation of color #CDB551: hue angle of 48.39º 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 #CDB551 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 81 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.20 |
| HSL | 48.39º | 0.55% | 0.56% | - |
| HSV(B) | 48.39º | 0.6% | 0.8% | - |
| XYZ | 43.19 | 46.62 | 14.51 | - |
| YUV | 176.78 | 73.95 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 81 | 0 | 0.12 | 0.60 | 0.20 | 48.39 | 0.55 | 0.56 |
| Hex | CD | B5 | 51 | 0 | C | 3C | 14 | 30 | 37 | 38 |
| Octal | 315 | 265 | 121 | 0 | 14 | 74 | 24 | 60 | 67 | 70 |
| Binary | 11001101 | 10110101 | 1010001 | 0 | 1100 | 111100 | 10100 | 110000 | 110111 | 111000 |
Color Harmonies of #CDB551
Complementary color
Monochromatic Colors of #CDB551
Black with #CDB551
Text Example
Text Example
White with #CDB551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB551; }
p { color: rgb(205,181,81); }
H1.HeaderClassName
{
color: #CDB551;
}
.AnyTagClassName
{
color: #CDB551;
}
</style>
background-color css
<style>
a { background-color: #CDB551; }
a { background-color: rgb(205,181,81); }
div.DivClassName
{
background-color: #CDB551;
}
.BgClassName
{
background-color: #CDB551;
}
</style>
border-color css
<style>
span { border-color: #CDB551; }
span { border-color: rgb(205,181,81); }
td.TdClassName
{
border-color: #CDB551;
}
.TagClassName
{
border-color: #CDB551;
}
</style>