Shades of Sundance #CDB94F
Tints of Sundance #CDB94F
RGB
CMYK
RGB Variations
Color information
#CDB94F (or 0xCDB94F) is known color: Sundance. HEX triplet: CD, B9 and 4F. RGB value is (205,185,79). Sum of RGB (Red+Green+Blue) = 205+185+79=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB94F is #3246B0. Grayscale: #B3B3B3. Windows color (decimal): -3294897 or 5224909. OLE color: 5224909.
HSL color Cylindrical-coordinate representation of color #CDB94F: hue angle of 50.48º 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 #CDB94F is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 79 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.20 |
| HSL | 50.48º | 0.56% | 0.56% | - |
| HSV(B) | 50.48º | 0.61% | 0.8% | - |
| XYZ | 43.94 | 48.24 | 14.39 | - |
| YUV | 178.9 | 71.63 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 79 | 0 | 0.10 | 0.61 | 0.20 | 50.48 | 0.56 | 0.56 |
| Hex | CD | B9 | 4F | 0 | A | 3D | 14 | 32 | 38 | 38 |
| Octal | 315 | 271 | 117 | 0 | 12 | 75 | 24 | 62 | 70 | 70 |
| Binary | 11001101 | 10111001 | 1001111 | 0 | 1010 | 111101 | 10100 | 110010 | 111000 | 111000 |
Color Harmonies of #CDB94F
Complementary color
Monochromatic Colors of #CDB94F
Black with #CDB94F
Text Example
Text Example
White with #CDB94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB94F; }
p { color: rgb(205,185,79); }
H1.HeaderClassName
{
color: #CDB94F;
}
.AnyTagClassName
{
color: #CDB94F;
}
</style>
background-color css
<style>
a { background-color: #CDB94F; }
a { background-color: rgb(205,185,79); }
div.DivClassName
{
background-color: #CDB94F;
}
.BgClassName
{
background-color: #CDB94F;
}
</style>
border-color css
<style>
span { border-color: #CDB94F; }
span { border-color: rgb(205,185,79); }
td.TdClassName
{
border-color: #CDB94F;
}
.TagClassName
{
border-color: #CDB94F;
}
</style>