Shades of Sundance #CDB14D
Tints of Sundance #CDB14D
RGB
CMYK
RGB Variations
Color information
#CDB14D (or 0xCDB14D) is known color: Sundance. HEX triplet: CD, B1 and 4D. RGB value is (205,177,77). Sum of RGB (Red+Green+Blue) = 205+177+77=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB14D is #324EB2. Grayscale: #AEAEAE. Windows color (decimal): -3296947 or 5091789. OLE color: 5091789.
HSL color Cylindrical-coordinate representation of color #CDB14D: hue angle of 46.88º 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 #CDB14D is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 77 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.20 |
| HSL | 46.88º | 0.56% | 0.55% | - |
| HSV(B) | 46.88º | 0.62% | 0.8% | - |
| XYZ | 42.24 | 44.96 | 13.47 | - |
| YUV | 173.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 77 | 0 | 0.14 | 0.62 | 0.20 | 46.88 | 0.56 | 0.55 |
| Hex | CD | B1 | 4D | 0 | E | 3E | 14 | 2F | 38 | 37 |
| Octal | 315 | 261 | 115 | 0 | 16 | 76 | 24 | 57 | 70 | 67 |
| Binary | 11001101 | 10110001 | 1001101 | 0 | 1110 | 111110 | 10100 | 101111 | 111000 | 110111 |
Color Harmonies of #CDB14D
Complementary color
Monochromatic Colors of #CDB14D
Black with #CDB14D
Text Example
Text Example
White with #CDB14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB14D; }
p { color: rgb(205,177,77); }
H1.HeaderClassName
{
color: #CDB14D;
}
.AnyTagClassName
{
color: #CDB14D;
}
</style>
background-color css
<style>
a { background-color: #CDB14D; }
a { background-color: rgb(205,177,77); }
div.DivClassName
{
background-color: #CDB14D;
}
.BgClassName
{
background-color: #CDB14D;
}
</style>
border-color css
<style>
span { border-color: #CDB14D; }
span { border-color: rgb(205,177,77); }
td.TdClassName
{
border-color: #CDB14D;
}
.TagClassName
{
border-color: #CDB14D;
}
</style>