Shades of Sundance #CDAB50
Tints of Sundance #CDAB50
RGB
CMYK
RGB Variations
Color information
#CDAB50 (or 0xCDAB50) is known color: Sundance. HEX triplet: CD, AB and 50. RGB value is (205,171,80). Sum of RGB (Red+Green+Blue) = 205+171+80=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB50 is #3254AF. Grayscale: #ABABAB. Windows color (decimal): -3298480 or 5286861. OLE color: 5286861.
HSL color Cylindrical-coordinate representation of color #CDAB50: hue angle of 43.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDAB50 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 80 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.20 |
| HSL | 43.68º | 0.56% | 0.56% | - |
| HSV(B) | 43.68º | 0.61% | 0.8% | - |
| XYZ | 41.19 | 42.68 | 13.66 | - |
| YUV | 170.79 | 76.76 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 80 | 0 | 0.17 | 0.61 | 0.20 | 43.68 | 0.56 | 0.56 |
| Hex | CD | AB | 50 | 0 | 11 | 3D | 14 | 2C | 38 | 38 |
| Octal | 315 | 253 | 120 | 0 | 21 | 75 | 24 | 54 | 70 | 70 |
| Binary | 11001101 | 10101011 | 1010000 | 0 | 10001 | 111101 | 10100 | 101100 | 111000 | 111000 |
Color Harmonies of #CDAB50
Complementary color
Monochromatic Colors of #CDAB50
Black with #CDAB50
Text Example
Text Example
White with #CDAB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAB50; }
p { color: rgb(205,171,80); }
H1.HeaderClassName
{
color: #CDAB50;
}
.AnyTagClassName
{
color: #CDAB50;
}
</style>
background-color css
<style>
a { background-color: #CDAB50; }
a { background-color: rgb(205,171,80); }
div.DivClassName
{
background-color: #CDAB50;
}
.BgClassName
{
background-color: #CDAB50;
}
</style>
border-color css
<style>
span { border-color: #CDAB50; }
span { border-color: rgb(205,171,80); }
td.TdClassName
{
border-color: #CDAB50;
}
.TagClassName
{
border-color: #CDAB50;
}
</style>