Shades of Sundance #CDB147
Tints of Sundance #CDB147
RGB
CMYK
RGB Variations
Color information
#CDB147 (or 0xCDB147) is known color: Sundance. HEX triplet: CD, B1 and 47. RGB value is (205,177,71). Sum of RGB (Red+Green+Blue) = 205+177+71=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB147 is #324EB8. Grayscale: #ADADAD. Windows color (decimal): -3296953 or 4698573. OLE color: 4698573.
HSL color Cylindrical-coordinate representation of color #CDB147: hue angle of 47.46º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDB147 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 71 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.20 |
| HSL | 47.46º | 0.57% | 0.54% | - |
| HSV(B) | 47.46º | 0.65% | 0.8% | - |
| XYZ | 42.04 | 44.88 | 12.41 | - |
| YUV | 173.29 | 70.28 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 71 | 0 | 0.14 | 0.65 | 0.20 | 47.46 | 0.57 | 0.54 |
| Hex | CD | B1 | 47 | 0 | E | 41 | 14 | 2F | 39 | 36 |
| Octal | 315 | 261 | 107 | 0 | 16 | 101 | 24 | 57 | 71 | 66 |
| Binary | 11001101 | 10110001 | 1000111 | 0 | 1110 | 1000001 | 10100 | 101111 | 111001 | 110110 |
Color Harmonies of #CDB147
Complementary color
Monochromatic Colors of #CDB147
Black with #CDB147
Text Example
Text Example
White with #CDB147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB147; }
p { color: rgb(205,177,71); }
H1.HeaderClassName
{
color: #CDB147;
}
.AnyTagClassName
{
color: #CDB147;
}
</style>
background-color css
<style>
a { background-color: #CDB147; }
a { background-color: rgb(205,177,71); }
div.DivClassName
{
background-color: #CDB147;
}
.BgClassName
{
background-color: #CDB147;
}
</style>
border-color css
<style>
span { border-color: #CDB147; }
span { border-color: rgb(205,177,71); }
td.TdClassName
{
border-color: #CDB147;
}
.TagClassName
{
border-color: #CDB147;
}
</style>