Shades of Gold Tips #DFB42D
Tints of Gold Tips #DFB42D
RGB
CMYK
RGB Variations
Color information
#DFB42D (or 0xDFB42D) is known color: Gold Tips. HEX triplet: DF, B4 and 2D. RGB value is (223,180,45). Sum of RGB (Red+Green+Blue) = 223+180+45=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB42D is #204BD2. Grayscale: #B2B2B2. Windows color (decimal): -2116563 or 2995423. OLE color: 2995423.
HSL color Cylindrical-coordinate representation of color #DFB42D: hue angle of 45.51º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFB42D is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 45 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.13 |
| HSL | 45.51º | 0.74% | 0.53% | - |
| HSV(B) | 45.51º | 0.8% | 0.87% | - |
| XYZ | 47.23 | 48.52 | 9.36 | - |
| YUV | 177.47 | 53.25 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 45 | 0 | 0.19 | 0.80 | 0.13 | 45.51 | 0.74 | 0.53 |
| Hex | DF | B4 | 2D | 0 | 13 | 50 | D | 2E | 4A | 35 |
| Octal | 337 | 264 | 55 | 0 | 23 | 120 | 15 | 56 | 112 | 65 |
| Binary | 11011111 | 10110100 | 101101 | 0 | 10011 | 1010000 | 1101 | 101110 | 1001010 | 110101 |
Color Harmonies of #DFB42D
Complementary color
Monochromatic Colors of #DFB42D
Black with #DFB42D
Text Example
Text Example
White with #DFB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB42D; }
p { color: rgb(223,180,45); }
H1.HeaderClassName
{
color: #DFB42D;
}
.AnyTagClassName
{
color: #DFB42D;
}
</style>
background-color css
<style>
a { background-color: #DFB42D; }
a { background-color: rgb(223,180,45); }
div.DivClassName
{
background-color: #DFB42D;
}
.BgClassName
{
background-color: #DFB42D;
}
</style>
border-color css
<style>
span { border-color: #DFB42D; }
span { border-color: rgb(223,180,45); }
td.TdClassName
{
border-color: #DFB42D;
}
.TagClassName
{
border-color: #DFB42D;
}
</style>