Shades of Sundance #CDB04F
Tints of Sundance #CDB04F
RGB
CMYK
RGB Variations
Color information
#CDB04F (or 0xCDB04F) is known color: Sundance. HEX triplet: CD, B0 and 4F. RGB value is (205,176,79). Sum of RGB (Red+Green+Blue) = 205+176+79=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB04F is #324FB0. Grayscale: #AEAEAE. Windows color (decimal): -3297201 or 5222605. OLE color: 5222605.
HSL color Cylindrical-coordinate representation of color #CDB04F: hue angle of 46.19º 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 #CDB04F is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 79 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.20 |
| HSL | 46.19º | 0.56% | 0.56% | - |
| HSV(B) | 46.19º | 0.61% | 0.8% | - |
| XYZ | 42.11 | 44.59 | 13.79 | - |
| YUV | 173.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 79 | 0 | 0.14 | 0.61 | 0.20 | 46.19 | 0.56 | 0.56 |
| Hex | CD | B0 | 4F | 0 | E | 3D | 14 | 2E | 38 | 38 |
| Octal | 315 | 260 | 117 | 0 | 16 | 75 | 24 | 56 | 70 | 70 |
| Binary | 11001101 | 10110000 | 1001111 | 0 | 1110 | 111101 | 10100 | 101110 | 111000 | 111000 |
Color Harmonies of #CDB04F
Complementary color
Monochromatic Colors of #CDB04F
Black with #CDB04F
Text Example
Text Example
White with #CDB04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB04F; }
p { color: rgb(205,176,79); }
H1.HeaderClassName
{
color: #CDB04F;
}
.AnyTagClassName
{
color: #CDB04F;
}
</style>
background-color css
<style>
a { background-color: #CDB04F; }
a { background-color: rgb(205,176,79); }
div.DivClassName
{
background-color: #CDB04F;
}
.BgClassName
{
background-color: #CDB04F;
}
</style>
border-color css
<style>
span { border-color: #CDB04F; }
span { border-color: rgb(205,176,79); }
td.TdClassName
{
border-color: #CDB04F;
}
.TagClassName
{
border-color: #CDB04F;
}
</style>