Shades of Sundance #CDB34B
Tints of Sundance #CDB34B
RGB
CMYK
RGB Variations
Color information
#CDB34B (or 0xCDB34B) is known color: Sundance. HEX triplet: CD, B3 and 4B. RGB value is (205,179,75). Sum of RGB (Red+Green+Blue) = 205+179+75=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB34B is #324CB4. Grayscale: #AFAFAF. Windows color (decimal): -3296437 or 4961229. OLE color: 4961229.
HSL color Cylindrical-coordinate representation of color #CDB34B: hue angle of 48º degrees, saturation: 0.57, 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 #CDB34B is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 75 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.20 |
| HSL | 48º | 0.57% | 0.55% | - |
| HSV(B) | 48º | 0.63% | 0.8% | - |
| XYZ | 42.57 | 45.73 | 13.24 | - |
| YUV | 174.92 | 71.61 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 75 | 0 | 0.13 | 0.63 | 0.20 | 48 | 0.57 | 0.55 |
| Hex | CD | B3 | 4B | 0 | D | 3F | 14 | 30 | 39 | 37 |
| Octal | 315 | 263 | 113 | 0 | 15 | 77 | 24 | 60 | 71 | 67 |
| Binary | 11001101 | 10110011 | 1001011 | 0 | 1101 | 111111 | 10100 | 110000 | 111001 | 110111 |
Color Harmonies of #CDB34B
Complementary color
Monochromatic Colors of #CDB34B
Black with #CDB34B
Text Example
Text Example
White with #CDB34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB34B; }
p { color: rgb(205,179,75); }
H1.HeaderClassName
{
color: #CDB34B;
}
.AnyTagClassName
{
color: #CDB34B;
}
</style>
background-color css
<style>
a { background-color: #CDB34B; }
a { background-color: rgb(205,179,75); }
div.DivClassName
{
background-color: #CDB34B;
}
.BgClassName
{
background-color: #CDB34B;
}
</style>
border-color css
<style>
span { border-color: #CDB34B; }
span { border-color: rgb(205,179,75); }
td.TdClassName
{
border-color: #CDB34B;
}
.TagClassName
{
border-color: #CDB34B;
}
</style>