Shades of Gold Tips #DFB427
Tints of Gold Tips #DFB427
RGB
CMYK
RGB Variations
Color information
#DFB427 (or 0xDFB427) is known color: Gold Tips. HEX triplet: DF, B4 and 27. RGB value is (223,180,39). Sum of RGB (Red+Green+Blue) = 223+180+39=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 39 (15.62% from 255 or 8.82% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB427 is #204BD8. Grayscale: #B1B1B1. Windows color (decimal): -2116569 or 2602207. OLE color: 2602207.
HSL color Cylindrical-coordinate representation of color #DFB427: hue angle of 45.98º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFB427 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 39 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.13 |
| HSL | 45.98º | 0.74% | 0.51% | - |
| HSV(B) | 45.98º | 0.83% | 0.87% | - |
| XYZ | 47.12 | 48.48 | 8.79 | - |
| YUV | 176.78 | 50.25 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 39 | 0 | 0.19 | 0.83 | 0.13 | 45.98 | 0.74 | 0.51 |
| Hex | DF | B4 | 27 | 0 | 13 | 53 | D | 2E | 4A | 33 |
| Octal | 337 | 264 | 47 | 0 | 23 | 123 | 15 | 56 | 112 | 63 |
| Binary | 11011111 | 10110100 | 100111 | 0 | 10011 | 1010011 | 1101 | 101110 | 1001010 | 110011 |
Color Harmonies of #DFB427
Complementary color
Monochromatic Colors of #DFB427
Black with #DFB427
Text Example
Text Example
White with #DFB427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB427; }
p { color: rgb(223,180,39); }
H1.HeaderClassName
{
color: #DFB427;
}
.AnyTagClassName
{
color: #DFB427;
}
</style>
background-color css
<style>
a { background-color: #DFB427; }
a { background-color: rgb(223,180,39); }
div.DivClassName
{
background-color: #DFB427;
}
.BgClassName
{
background-color: #DFB427;
}
</style>
border-color css
<style>
span { border-color: #DFB427; }
span { border-color: rgb(223,180,39); }
td.TdClassName
{
border-color: #DFB427;
}
.TagClassName
{
border-color: #DFB427;
}
</style>