Shades of Sundance #CFB34A
Tints of Sundance #CFB34A
RGB
CMYK
RGB Variations
Color information
#CFB34A (or 0xCFB34A) is known color: Sundance. HEX triplet: CF, B3 and 4A. RGB value is (207,179,74). Sum of RGB (Red+Green+Blue) = 207+179+74=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB34A is #304CB5. Grayscale: #AFAFAF. Windows color (decimal): -3165366 or 4895695. OLE color: 4895695.
HSL color Cylindrical-coordinate representation of color #CFB34A: hue angle of 47.37º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFB34A is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 74 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.19 |
| HSL | 47.37º | 0.58% | 0.55% | - |
| HSV(B) | 47.37º | 0.64% | 0.81% | - |
| XYZ | 43.09 | 46 | 13.09 | - |
| YUV | 175.4 | 70.78 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 74 | 0 | 0.14 | 0.64 | 0.19 | 47.37 | 0.58 | 0.55 |
| Hex | CF | B3 | 4A | 0 | E | 40 | 13 | 2F | 3A | 37 |
| Octal | 317 | 263 | 112 | 0 | 16 | 100 | 23 | 57 | 72 | 67 |
| Binary | 11001111 | 10110011 | 1001010 | 0 | 1110 | 1000000 | 10011 | 101111 | 111010 | 110111 |
Color Harmonies of #CFB34A
Complementary color
Monochromatic Colors of #CFB34A
Black with #CFB34A
Text Example
Text Example
White with #CFB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB34A; }
p { color: rgb(207,179,74); }
H1.HeaderClassName
{
color: #CFB34A;
}
.AnyTagClassName
{
color: #CFB34A;
}
</style>
background-color css
<style>
a { background-color: #CFB34A; }
a { background-color: rgb(207,179,74); }
div.DivClassName
{
background-color: #CFB34A;
}
.BgClassName
{
background-color: #CFB34A;
}
</style>
border-color css
<style>
span { border-color: #CFB34A; }
span { border-color: rgb(207,179,74); }
td.TdClassName
{
border-color: #CFB34A;
}
.TagClassName
{
border-color: #CFB34A;
}
</style>