Shades of Sundance #CDB04E
Tints of Sundance #CDB04E
RGB
CMYK
RGB Variations
Color information
#CDB04E (or 0xCDB04E) is known color: Sundance. HEX triplet: CD, B0 and 4E. RGB value is (205,176,78). Sum of RGB (Red+Green+Blue) = 205+176+78=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB04E is #324FB1. Grayscale: #ADADAD. Windows color (decimal): -3297202 or 5157069. OLE color: 5157069.
HSL color Cylindrical-coordinate representation of color #CDB04E: hue angle of 46.3º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDB04E is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 78 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.20 |
| HSL | 46.3º | 0.56% | 0.55% | - |
| HSV(B) | 46.3º | 0.62% | 0.8% | - |
| XYZ | 42.08 | 44.58 | 13.59 | - |
| YUV | 173.5 | 74.11 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 78 | 0 | 0.14 | 0.62 | 0.20 | 46.3 | 0.56 | 0.55 |
| Hex | CD | B0 | 4E | 0 | E | 3E | 14 | 2E | 38 | 37 |
| Octal | 315 | 260 | 116 | 0 | 16 | 76 | 24 | 56 | 70 | 67 |
| Binary | 11001101 | 10110000 | 1001110 | 0 | 1110 | 111110 | 10100 | 101110 | 111000 | 110111 |
Color Harmonies of #CDB04E
Complementary color
Monochromatic Colors of #CDB04E
Black with #CDB04E
Text Example
Text Example
White with #CDB04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB04E; }
p { color: rgb(205,176,78); }
H1.HeaderClassName
{
color: #CDB04E;
}
.AnyTagClassName
{
color: #CDB04E;
}
</style>
background-color css
<style>
a { background-color: #CDB04E; }
a { background-color: rgb(205,176,78); }
div.DivClassName
{
background-color: #CDB04E;
}
.BgClassName
{
background-color: #CDB04E;
}
</style>
border-color css
<style>
span { border-color: #CDB04E; }
span { border-color: rgb(205,176,78); }
td.TdClassName
{
border-color: #CDB04E;
}
.TagClassName
{
border-color: #CDB04E;
}
</style>