Shades of Sundance #CDB153
Tints of Sundance #CDB153
RGB
CMYK
RGB Variations
Color information
#CDB153 (or 0xCDB153) is known color: Sundance. HEX triplet: CD, B1 and 53. RGB value is (205,177,83). Sum of RGB (Red+Green+Blue) = 205+177+83=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB153 is #324EAC. Grayscale: #AFAFAF. Windows color (decimal): -3296941 or 5485005. OLE color: 5485005.
HSL color Cylindrical-coordinate representation of color #CDB153: hue angle of 46.23º 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 #CDB153 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 83 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.20 |
| HSL | 46.23º | 0.55% | 0.56% | - |
| HSV(B) | 46.23º | 0.6% | 0.8% | - |
| XYZ | 42.46 | 45.05 | 14.64 | - |
| YUV | 174.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 83 | 0 | 0.14 | 0.60 | 0.20 | 46.23 | 0.55 | 0.56 |
| Hex | CD | B1 | 53 | 0 | E | 3C | 14 | 2E | 37 | 38 |
| Octal | 315 | 261 | 123 | 0 | 16 | 74 | 24 | 56 | 67 | 70 |
| Binary | 11001101 | 10110001 | 1010011 | 0 | 1110 | 111100 | 10100 | 101110 | 110111 | 111000 |
Color Harmonies of #CDB153
Complementary color
Monochromatic Colors of #CDB153
Black with #CDB153
Text Example
Text Example
White with #CDB153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB153; }
p { color: rgb(205,177,83); }
H1.HeaderClassName
{
color: #CDB153;
}
.AnyTagClassName
{
color: #CDB153;
}
</style>
background-color css
<style>
a { background-color: #CDB153; }
a { background-color: rgb(205,177,83); }
div.DivClassName
{
background-color: #CDB153;
}
.BgClassName
{
background-color: #CDB153;
}
</style>
border-color css
<style>
span { border-color: #CDB153; }
span { border-color: rgb(205,177,83); }
td.TdClassName
{
border-color: #CDB153;
}
.TagClassName
{
border-color: #CDB153;
}
</style>