Shades of Sundance #CDB151
Tints of Sundance #CDB151
RGB
CMYK
RGB Variations
Color information
#CDB151 (or 0xCDB151) is known color: Sundance. HEX triplet: CD, B1 and 51. RGB value is (205,177,81). Sum of RGB (Red+Green+Blue) = 205+177+81=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB151 is #324EAE. Grayscale: #AEAEAE. Windows color (decimal): -3296943 or 5353933. OLE color: 5353933.
HSL color Cylindrical-coordinate representation of color #CDB151: hue angle of 46.45º 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 #CDB151 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 81 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.20 |
| HSL | 46.45º | 0.55% | 0.56% | - |
| HSV(B) | 46.45º | 0.6% | 0.8% | - |
| XYZ | 42.38 | 45.02 | 14.24 | - |
| YUV | 174.43 | 75.28 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 81 | 0 | 0.14 | 0.60 | 0.20 | 46.45 | 0.55 | 0.56 |
| Hex | CD | B1 | 51 | 0 | E | 3C | 14 | 2E | 37 | 38 |
| Octal | 315 | 261 | 121 | 0 | 16 | 74 | 24 | 56 | 67 | 70 |
| Binary | 11001101 | 10110001 | 1010001 | 0 | 1110 | 111100 | 10100 | 101110 | 110111 | 111000 |
Color Harmonies of #CDB151
Complementary color
Monochromatic Colors of #CDB151
Black with #CDB151
Text Example
Text Example
White with #CDB151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB151; }
p { color: rgb(205,177,81); }
H1.HeaderClassName
{
color: #CDB151;
}
.AnyTagClassName
{
color: #CDB151;
}
</style>
background-color css
<style>
a { background-color: #CDB151; }
a { background-color: rgb(205,177,81); }
div.DivClassName
{
background-color: #CDB151;
}
.BgClassName
{
background-color: #CDB151;
}
</style>
border-color css
<style>
span { border-color: #CDB151; }
span { border-color: rgb(205,177,81); }
td.TdClassName
{
border-color: #CDB151;
}
.TagClassName
{
border-color: #CDB151;
}
</style>