Shades of Sundance #CDB154
Tints of Sundance #CDB154
RGB
CMYK
RGB Variations
Color information
#CDB154 (or 0xCDB154) is known color: Sundance. HEX triplet: CD, B1 and 54. RGB value is (205,177,84). Sum of RGB (Red+Green+Blue) = 205+177+84=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB154 is #324EAB. Grayscale: #AFAFAF. Windows color (decimal): -3296940 or 5550541. OLE color: 5550541.
HSL color Cylindrical-coordinate representation of color #CDB154: hue angle of 46.12º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDB154 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 84 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.20 |
| HSL | 46.12º | 0.55% | 0.57% | - |
| HSV(B) | 46.12º | 0.59% | 0.8% | - |
| XYZ | 42.5 | 45.06 | 14.85 | - |
| YUV | 174.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 84 | 0 | 0.14 | 0.59 | 0.20 | 46.12 | 0.55 | 0.57 |
| Hex | CD | B1 | 54 | 0 | E | 3B | 14 | 2E | 37 | 39 |
| Octal | 315 | 261 | 124 | 0 | 16 | 73 | 24 | 56 | 67 | 71 |
| Binary | 11001101 | 10110001 | 1010100 | 0 | 1110 | 111011 | 10100 | 101110 | 110111 | 111001 |
Color Harmonies of #CDB154
Complementary color
Monochromatic Colors of #CDB154
Black with #CDB154
Text Example
Text Example
White with #CDB154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB154; }
p { color: rgb(205,177,84); }
H1.HeaderClassName
{
color: #CDB154;
}
.AnyTagClassName
{
color: #CDB154;
}
</style>
background-color css
<style>
a { background-color: #CDB154; }
a { background-color: rgb(205,177,84); }
div.DivClassName
{
background-color: #CDB154;
}
.BgClassName
{
background-color: #CDB154;
}
</style>
border-color css
<style>
span { border-color: #CDB154; }
span { border-color: rgb(205,177,84); }
td.TdClassName
{
border-color: #CDB154;
}
.TagClassName
{
border-color: #CDB154;
}
</style>