Shades of Gold Drop #CF6A34
Tints of Gold Drop #CF6A34
RGB
CMYK
RGB Variations
Color information
#CF6A34 (or 0xCF6A34) is known color: Gold Drop. HEX triplet: CF, 6A and 34. RGB value is (207,106,52). Sum of RGB (Red+Green+Blue) = 207+106+52=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6A34 is #3095CB. Grayscale: #828282. Windows color (decimal): -3184076 or 3435215. OLE color: 3435215.
HSL color Cylindrical-coordinate representation of color #CF6A34: hue angle of 20.9º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF6A34 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 52 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.19 |
| HSL | 20.9º | 0.62% | 0.51% | - |
| HSV(B) | 20.9º | 0.75% | 0.81% | - |
| XYZ | 31.51 | 23.82 | 6.19 | - |
| YUV | 130.04 | 83.96 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 52 | 0 | 0.49 | 0.75 | 0.19 | 20.9 | 0.62 | 0.51 |
| Hex | CF | 6A | 34 | 0 | 31 | 4B | 13 | 15 | 3E | 33 |
| Octal | 317 | 152 | 64 | 0 | 61 | 113 | 23 | 25 | 76 | 63 |
| Binary | 11001111 | 1101010 | 110100 | 0 | 110001 | 1001011 | 10011 | 10101 | 111110 | 110011 |
Color Harmonies of #CF6A34
Complementary color
Monochromatic Colors of #CF6A34
Black with #CF6A34
Text Example
Text Example
White with #CF6A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A34; }
p { color: rgb(207,106,52); }
H1.HeaderClassName
{
color: #CF6A34;
}
.AnyTagClassName
{
color: #CF6A34;
}
</style>
background-color css
<style>
a { background-color: #CF6A34; }
a { background-color: rgb(207,106,52); }
div.DivClassName
{
background-color: #CF6A34;
}
.BgClassName
{
background-color: #CF6A34;
}
</style>
border-color css
<style>
span { border-color: #CF6A34; }
span { border-color: rgb(207,106,52); }
td.TdClassName
{
border-color: #CF6A34;
}
.TagClassName
{
border-color: #CF6A34;
}
</style>