Shades of Sundance #CDB04A
Tints of Sundance #CDB04A
RGB
CMYK
RGB Variations
Color information
#CDB04A (or 0xCDB04A) is known color: Sundance. HEX triplet: CD, B0 and 4A. RGB value is (205,176,74). Sum of RGB (Red+Green+Blue) = 205+176+74=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB04A is #324FB5. Grayscale: #ADADAD. Windows color (decimal): -3297206 or 4894925. OLE color: 4894925.
HSL color Cylindrical-coordinate representation of color #CDB04A: hue angle of 46.72º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDB04A is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 74 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.20 |
| HSL | 46.72º | 0.57% | 0.55% | - |
| HSV(B) | 46.72º | 0.64% | 0.8% | - |
| XYZ | 41.94 | 44.52 | 12.86 | - |
| YUV | 173.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 74 | 0 | 0.14 | 0.64 | 0.20 | 46.72 | 0.57 | 0.55 |
| Hex | CD | B0 | 4A | 0 | E | 40 | 14 | 2F | 39 | 37 |
| Octal | 315 | 260 | 112 | 0 | 16 | 100 | 24 | 57 | 71 | 67 |
| Binary | 11001101 | 10110000 | 1001010 | 0 | 1110 | 1000000 | 10100 | 101111 | 111001 | 110111 |
Color Harmonies of #CDB04A
Complementary color
Monochromatic Colors of #CDB04A
Black with #CDB04A
Text Example
Text Example
White with #CDB04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB04A; }
p { color: rgb(205,176,74); }
H1.HeaderClassName
{
color: #CDB04A;
}
.AnyTagClassName
{
color: #CDB04A;
}
</style>
background-color css
<style>
a { background-color: #CDB04A; }
a { background-color: rgb(205,176,74); }
div.DivClassName
{
background-color: #CDB04A;
}
.BgClassName
{
background-color: #CDB04A;
}
</style>
border-color css
<style>
span { border-color: #CDB04A; }
span { border-color: rgb(205,176,74); }
td.TdClassName
{
border-color: #CDB04A;
}
.TagClassName
{
border-color: #CDB04A;
}
</style>