Shades of Gold Drop #D5672F
Tints of Gold Drop #D5672F
RGB
CMYK
RGB Variations
Color information
#D5672F (or 0xD5672F) is known color: Gold Drop. HEX triplet: D5, 67 and 2F. RGB value is (213,103,47). Sum of RGB (Red+Green+Blue) = 213+103+47=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D5672F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5672F is #2A98D0. Grayscale: #818181. Windows color (decimal): -2791633 or 3106773. OLE color: 3106773.
HSL color Cylindrical-coordinate representation of color #D5672F: hue angle of 20.24º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5672F is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 47 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.16 |
| HSL | 20.24º | 0.66% | 0.51% | - |
| HSV(B) | 20.24º | 0.78% | 0.84% | - |
| XYZ | 32.8 | 24.05 | 5.6 | - |
| YUV | 129.51 | 81.44 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 47 | 0 | 0.52 | 0.78 | 0.16 | 20.24 | 0.66 | 0.51 |
| Hex | D5 | 67 | 2F | 0 | 34 | 4E | 10 | 14 | 42 | 33 |
| Octal | 325 | 147 | 57 | 0 | 64 | 116 | 20 | 24 | 102 | 63 |
| Binary | 11010101 | 1100111 | 101111 | 0 | 110100 | 1001110 | 10000 | 10100 | 1000010 | 110011 |
Color Harmonies of #D5672F
Complementary color
Monochromatic Colors of #D5672F
Black with #D5672F
Text Example
Text Example
White with #D5672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5672F; }
p { color: rgb(213,103,47); }
H1.HeaderClassName
{
color: #D5672F;
}
.AnyTagClassName
{
color: #D5672F;
}
</style>
background-color css
<style>
a { background-color: #D5672F; }
a { background-color: rgb(213,103,47); }
div.DivClassName
{
background-color: #D5672F;
}
.BgClassName
{
background-color: #D5672F;
}
</style>
border-color css
<style>
span { border-color: #D5672F; }
span { border-color: rgb(213,103,47); }
td.TdClassName
{
border-color: #D5672F;
}
.TagClassName
{
border-color: #D5672F;
}
</style>