Shades of Sundance #CDA44C
Tints of Sundance #CDA44C
RGB
CMYK
RGB Variations
Color information
#CDA44C (or 0xCDA44C) is known color: Sundance. HEX triplet: CD, A4 and 4C. RGB value is (205,164,76). Sum of RGB (Red+Green+Blue) = 205+164+76=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA44C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA44C is #325BB3. Grayscale: #A6A6A6. Windows color (decimal): -3300276 or 5022925. OLE color: 5022925.
HSL color Cylindrical-coordinate representation of color #CDA44C: hue angle of 40.93º 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 #CDA44C is Cyan = 0, Magento = 0.2, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 76 | - |
| CMYK | 0 | 0.2 | 0.63 | 0.20 |
| HSL | 40.93º | 0.56% | 0.55% | - |
| HSV(B) | 40.93º | 0.63% | 0.8% | - |
| XYZ | 39.76 | 40.05 | 12.47 | - |
| YUV | 166.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 76 | 0 | 0.2 | 0.63 | 0.20 | 40.93 | 0.56 | 0.55 |
| Hex | CD | A4 | 4C | 0 | 14 | 3F | 14 | 29 | 38 | 37 |
| Octal | 315 | 244 | 114 | 0 | 24 | 77 | 24 | 51 | 70 | 67 |
| Binary | 11001101 | 10100100 | 1001100 | 0 | 10100 | 111111 | 10100 | 101001 | 111000 | 110111 |
Color Harmonies of #CDA44C
Complementary color
Monochromatic Colors of #CDA44C
Black with #CDA44C
Text Example
Text Example
White with #CDA44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA44C; }
p { color: rgb(205,164,76); }
H1.HeaderClassName
{
color: #CDA44C;
}
.AnyTagClassName
{
color: #CDA44C;
}
</style>
background-color css
<style>
a { background-color: #CDA44C; }
a { background-color: rgb(205,164,76); }
div.DivClassName
{
background-color: #CDA44C;
}
.BgClassName
{
background-color: #CDA44C;
}
</style>
border-color css
<style>
span { border-color: #CDA44C; }
span { border-color: rgb(205,164,76); }
td.TdClassName
{
border-color: #CDA44C;
}
.TagClassName
{
border-color: #CDA44C;
}
</style>