Shades of Sundance #CDB248
Tints of Sundance #CDB248
RGB
CMYK
RGB Variations
Color information
#CDB248 (or 0xCDB248) is known color: Sundance. HEX triplet: CD, B2 and 48. RGB value is (205,178,72). Sum of RGB (Red+Green+Blue) = 205+178+72=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB248 is #324DB7. Grayscale: #AEAEAE. Windows color (decimal): -3296696 or 4764365. OLE color: 4764365.
HSL color Cylindrical-coordinate representation of color #CDB248: hue angle of 47.82º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDB248 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 72 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.20 |
| HSL | 47.82º | 0.57% | 0.54% | - |
| HSV(B) | 47.82º | 0.65% | 0.8% | - |
| XYZ | 42.27 | 45.29 | 12.64 | - |
| YUV | 173.99 | 70.45 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 72 | 0 | 0.13 | 0.65 | 0.20 | 47.82 | 0.57 | 0.54 |
| Hex | CD | B2 | 48 | 0 | D | 41 | 14 | 30 | 39 | 36 |
| Octal | 315 | 262 | 110 | 0 | 15 | 101 | 24 | 60 | 71 | 66 |
| Binary | 11001101 | 10110010 | 1001000 | 0 | 1101 | 1000001 | 10100 | 110000 | 111001 | 110110 |
Color Harmonies of #CDB248
Complementary color
Monochromatic Colors of #CDB248
Black with #CDB248
Text Example
Text Example
White with #CDB248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB248; }
p { color: rgb(205,178,72); }
H1.HeaderClassName
{
color: #CDB248;
}
.AnyTagClassName
{
color: #CDB248;
}
</style>
background-color css
<style>
a { background-color: #CDB248; }
a { background-color: rgb(205,178,72); }
div.DivClassName
{
background-color: #CDB248;
}
.BgClassName
{
background-color: #CDB248;
}
</style>
border-color css
<style>
span { border-color: #CDB248; }
span { border-color: rgb(205,178,72); }
td.TdClassName
{
border-color: #CDB248;
}
.TagClassName
{
border-color: #CDB248;
}
</style>