Shades of Sundance #CDB34F
Tints of Sundance #CDB34F
RGB
CMYK
RGB Variations
Color information
#CDB34F (or 0xCDB34F) is known color: Sundance. HEX triplet: CD, B3 and 4F. RGB value is (205,179,79). Sum of RGB (Red+Green+Blue) = 205+179+79=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB34F is #324CB0. Grayscale: #AFAFAF. Windows color (decimal): -3296433 or 5223373. OLE color: 5223373.
HSL color Cylindrical-coordinate representation of color #CDB34F: hue angle of 47.62º 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 #CDB34F is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 79 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.20 |
| HSL | 47.62º | 0.56% | 0.56% | - |
| HSV(B) | 47.62º | 0.61% | 0.8% | - |
| XYZ | 42.71 | 45.78 | 13.98 | - |
| YUV | 175.37 | 73.61 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 79 | 0 | 0.13 | 0.61 | 0.20 | 47.62 | 0.56 | 0.56 |
| Hex | CD | B3 | 4F | 0 | D | 3D | 14 | 30 | 38 | 38 |
| Octal | 315 | 263 | 117 | 0 | 15 | 75 | 24 | 60 | 70 | 70 |
| Binary | 11001101 | 10110011 | 1001111 | 0 | 1101 | 111101 | 10100 | 110000 | 111000 | 111000 |
Color Harmonies of #CDB34F
Complementary color
Monochromatic Colors of #CDB34F
Black with #CDB34F
Text Example
Text Example
White with #CDB34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB34F; }
p { color: rgb(205,179,79); }
H1.HeaderClassName
{
color: #CDB34F;
}
.AnyTagClassName
{
color: #CDB34F;
}
</style>
background-color css
<style>
a { background-color: #CDB34F; }
a { background-color: rgb(205,179,79); }
div.DivClassName
{
background-color: #CDB34F;
}
.BgClassName
{
background-color: #CDB34F;
}
</style>
border-color css
<style>
span { border-color: #CDB34F; }
span { border-color: rgb(205,179,79); }
td.TdClassName
{
border-color: #CDB34F;
}
.TagClassName
{
border-color: #CDB34F;
}
</style>