Shades of Gold Drop #CF6B30
Tints of Gold Drop #CF6B30
RGB
CMYK
RGB Variations
Color information
#CF6B30 (or 0xCF6B30) is known color: Gold Drop. HEX triplet: CF, 6B and 30. RGB value is (207,107,48). Sum of RGB (Red+Green+Blue) = 207+107+48=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6B30 is #3094CF. Grayscale: #828282. Windows color (decimal): -3183824 or 3173327. OLE color: 3173327.
HSL color Cylindrical-coordinate representation of color #CF6B30: hue angle of 22.26º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF6B30 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 48 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.19 |
| HSL | 22.26º | 0.62% | 0.5% | - |
| HSV(B) | 22.26º | 0.77% | 0.81% | - |
| XYZ | 31.52 | 23.99 | 5.77 | - |
| YUV | 130.17 | 81.63 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 48 | 0 | 0.48 | 0.77 | 0.19 | 22.26 | 0.62 | 0.5 |
| Hex | CF | 6B | 30 | 0 | 30 | 4D | 13 | 16 | 3E | 32 |
| Octal | 317 | 153 | 60 | 0 | 60 | 115 | 23 | 26 | 76 | 62 |
| Binary | 11001111 | 1101011 | 110000 | 0 | 110000 | 1001101 | 10011 | 10110 | 111110 | 110010 |
Color Harmonies of #CF6B30
Complementary color
Monochromatic Colors of #CF6B30
Black with #CF6B30
Text Example
Text Example
White with #CF6B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6B30; }
p { color: rgb(207,107,48); }
H1.HeaderClassName
{
color: #CF6B30;
}
.AnyTagClassName
{
color: #CF6B30;
}
</style>
background-color css
<style>
a { background-color: #CF6B30; }
a { background-color: rgb(207,107,48); }
div.DivClassName
{
background-color: #CF6B30;
}
.BgClassName
{
background-color: #CF6B30;
}
</style>
border-color css
<style>
span { border-color: #CF6B30; }
span { border-color: rgb(207,107,48); }
td.TdClassName
{
border-color: #CF6B30;
}
.TagClassName
{
border-color: #CF6B30;
}
</style>