Shades of Sundance #CFAD46
Tints of Sundance #CFAD46
RGB
CMYK
RGB Variations
Color information
#CFAD46 (or 0xCFAD46) is known color: Sundance. HEX triplet: CF, AD and 46. RGB value is (207,173,70). Sum of RGB (Red+Green+Blue) = 207+173+70=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAD46 is #3052B9. Grayscale: #ABABAB. Windows color (decimal): -3166906 or 4632015. OLE color: 4632015.
HSL color Cylindrical-coordinate representation of color #CFAD46: hue angle of 45.11º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFAD46 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 70 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.19 |
| HSL | 45.11º | 0.59% | 0.54% | - |
| HSV(B) | 45.11º | 0.66% | 0.81% | - |
| XYZ | 41.78 | 43.59 | 12.01 | - |
| YUV | 171.42 | 70.76 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 70 | 0 | 0.16 | 0.66 | 0.19 | 45.11 | 0.59 | 0.54 |
| Hex | CF | AD | 46 | 0 | 10 | 42 | 13 | 2D | 3B | 36 |
| Octal | 317 | 255 | 106 | 0 | 20 | 102 | 23 | 55 | 73 | 66 |
| Binary | 11001111 | 10101101 | 1000110 | 0 | 10000 | 1000010 | 10011 | 101101 | 111011 | 110110 |
Color Harmonies of #CFAD46
Complementary color
Monochromatic Colors of #CFAD46
Black with #CFAD46
Text Example
Text Example
White with #CFAD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD46; }
p { color: rgb(207,173,70); }
H1.HeaderClassName
{
color: #CFAD46;
}
.AnyTagClassName
{
color: #CFAD46;
}
</style>
background-color css
<style>
a { background-color: #CFAD46; }
a { background-color: rgb(207,173,70); }
div.DivClassName
{
background-color: #CFAD46;
}
.BgClassName
{
background-color: #CFAD46;
}
</style>
border-color css
<style>
span { border-color: #CFAD46; }
span { border-color: rgb(207,173,70); }
td.TdClassName
{
border-color: #CFAD46;
}
.TagClassName
{
border-color: #CFAD46;
}
</style>