Shades of Sundance #CDB84F
Tints of Sundance #CDB84F
RGB
CMYK
RGB Variations
Color information
#CDB84F (or 0xCDB84F) is known color: Sundance. HEX triplet: CD, B8 and 4F. RGB value is (205,184,79). Sum of RGB (Red+Green+Blue) = 205+184+79=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 79 (31.25% from 255 or 16.88% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB84F is #3247B0. Grayscale: #B2B2B2. Windows color (decimal): -3295153 or 5224653. OLE color: 5224653.
HSL color Cylindrical-coordinate representation of color #CDB84F: hue angle of 50º 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 #CDB84F is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 79 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.20 |
| HSL | 50º | 0.56% | 0.56% | - |
| HSV(B) | 50º | 0.61% | 0.8% | - |
| XYZ | 43.73 | 47.82 | 14.32 | - |
| YUV | 178.31 | 71.96 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 79 | 0 | 0.10 | 0.61 | 0.20 | 50 | 0.56 | 0.56 |
| Hex | CD | B8 | 4F | 0 | A | 3D | 14 | 32 | 38 | 38 |
| Octal | 315 | 270 | 117 | 0 | 12 | 75 | 24 | 62 | 70 | 70 |
| Binary | 11001101 | 10111000 | 1001111 | 0 | 1010 | 111101 | 10100 | 110010 | 111000 | 111000 |
Color Harmonies of #CDB84F
Complementary color
Monochromatic Colors of #CDB84F
Black with #CDB84F
Text Example
Text Example
White with #CDB84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB84F; }
p { color: rgb(205,184,79); }
H1.HeaderClassName
{
color: #CDB84F;
}
.AnyTagClassName
{
color: #CDB84F;
}
</style>
background-color css
<style>
a { background-color: #CDB84F; }
a { background-color: rgb(205,184,79); }
div.DivClassName
{
background-color: #CDB84F;
}
.BgClassName
{
background-color: #CDB84F;
}
</style>
border-color css
<style>
span { border-color: #CDB84F; }
span { border-color: rgb(205,184,79); }
td.TdClassName
{
border-color: #CDB84F;
}
.TagClassName
{
border-color: #CDB84F;
}
</style>