Shades of Gold Drop #CE672B
Tints of Gold Drop #CE672B
RGB
CMYK
RGB Variations
Color information
#CE672B (or 0xCE672B) is known color: Gold Drop. HEX triplet: CE, 67 and 2B. RGB value is (206,103,43). Sum of RGB (Red+Green+Blue) = 206+103+43=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE672B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE672B is #3198D4. Grayscale: #7F7F7F. Windows color (decimal): -3250389 or 2844622. OLE color: 2844622.
HSL color Cylindrical-coordinate representation of color #CE672B: hue angle of 22.09º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE672B is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 43 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.19 |
| HSL | 22.09º | 0.65% | 0.49% | - |
| HSV(B) | 22.09º | 0.79% | 0.81% | - |
| XYZ | 30.74 | 23 | 5.1 | - |
| YUV | 126.96 | 80.62 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 43 | 0 | 0.50 | 0.79 | 0.19 | 22.09 | 0.65 | 0.49 |
| Hex | CE | 67 | 2B | 0 | 32 | 4F | 13 | 16 | 41 | 31 |
| Octal | 316 | 147 | 53 | 0 | 62 | 117 | 23 | 26 | 101 | 61 |
| Binary | 11001110 | 1100111 | 101011 | 0 | 110010 | 1001111 | 10011 | 10110 | 1000001 | 110001 |
Color Harmonies of #CE672B
Complementary color
Monochromatic Colors of #CE672B
Black with #CE672B
Text Example
Text Example
White with #CE672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE672B; }
p { color: rgb(206,103,43); }
H1.HeaderClassName
{
color: #CE672B;
}
.AnyTagClassName
{
color: #CE672B;
}
</style>
background-color css
<style>
a { background-color: #CE672B; }
a { background-color: rgb(206,103,43); }
div.DivClassName
{
background-color: #CE672B;
}
.BgClassName
{
background-color: #CE672B;
}
</style>
border-color css
<style>
span { border-color: #CE672B; }
span { border-color: rgb(206,103,43); }
td.TdClassName
{
border-color: #CE672B;
}
.TagClassName
{
border-color: #CE672B;
}
</style>