Shades of Sundance #CDB44C
Tints of Sundance #CDB44C
RGB
CMYK
RGB Variations
Color information
#CDB44C (or 0xCDB44C) is known color: Sundance. HEX triplet: CD, B4 and 4C. RGB value is (205,180,76). Sum of RGB (Red+Green+Blue) = 205+180+76=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB44C is #324BB3. Grayscale: #B0B0B0. Windows color (decimal): -3296180 or 5027021. OLE color: 5027021.
HSL color Cylindrical-coordinate representation of color #CDB44C: hue angle of 48.37º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDB44C is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 76 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.20 |
| HSL | 48.37º | 0.56% | 0.55% | - |
| HSV(B) | 48.37º | 0.63% | 0.8% | - |
| XYZ | 42.8 | 46.14 | 13.49 | - |
| YUV | 175.62 | 71.78 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 76 | 0 | 0.12 | 0.63 | 0.20 | 48.37 | 0.56 | 0.55 |
| Hex | CD | B4 | 4C | 0 | C | 3F | 14 | 30 | 38 | 37 |
| Octal | 315 | 264 | 114 | 0 | 14 | 77 | 24 | 60 | 70 | 67 |
| Binary | 11001101 | 10110100 | 1001100 | 0 | 1100 | 111111 | 10100 | 110000 | 111000 | 110111 |
Color Harmonies of #CDB44C
Complementary color
Monochromatic Colors of #CDB44C
Black with #CDB44C
Text Example
Text Example
White with #CDB44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB44C; }
p { color: rgb(205,180,76); }
H1.HeaderClassName
{
color: #CDB44C;
}
.AnyTagClassName
{
color: #CDB44C;
}
</style>
background-color css
<style>
a { background-color: #CDB44C; }
a { background-color: rgb(205,180,76); }
div.DivClassName
{
background-color: #CDB44C;
}
.BgClassName
{
background-color: #CDB44C;
}
</style>
border-color css
<style>
span { border-color: #CDB44C; }
span { border-color: rgb(205,180,76); }
td.TdClassName
{
border-color: #CDB44C;
}
.TagClassName
{
border-color: #CDB44C;
}
</style>