Shades of Bright Sun #DFC029
Tints of Bright Sun #DFC029
RGB
CMYK
RGB Variations
Color information
#DFC029 (or 0xDFC029) is known color: Bright Sun. HEX triplet: DF, C0 and 29. RGB value is (223,192,41). Sum of RGB (Red+Green+Blue) = 223+192+41=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC029 is #203FD6. Grayscale: #B8B8B8. Windows color (decimal): -2113495 or 2736351. OLE color: 2736351.
HSL color Cylindrical-coordinate representation of color #DFC029: hue angle of 49.78º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFC029 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 41 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.13 |
| HSL | 49.78º | 0.74% | 0.52% | - |
| HSV(B) | 49.78º | 0.82% | 0.87% | - |
| XYZ | 49.68 | 53.55 | 9.82 | - |
| YUV | 184.06 | 47.27 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 41 | 0 | 0.14 | 0.82 | 0.13 | 49.78 | 0.74 | 0.52 |
| Hex | DF | C0 | 29 | 0 | E | 52 | D | 32 | 4A | 34 |
| Octal | 337 | 300 | 51 | 0 | 16 | 122 | 15 | 62 | 112 | 64 |
| Binary | 11011111 | 11000000 | 101001 | 0 | 1110 | 1010010 | 1101 | 110010 | 1001010 | 110100 |
Color Harmonies of #DFC029
Complementary color
Monochromatic Colors of #DFC029
Black with #DFC029
Text Example
Text Example
White with #DFC029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC029; }
p { color: rgb(223,192,41); }
H1.HeaderClassName
{
color: #DFC029;
}
.AnyTagClassName
{
color: #DFC029;
}
</style>
background-color css
<style>
a { background-color: #DFC029; }
a { background-color: rgb(223,192,41); }
div.DivClassName
{
background-color: #DFC029;
}
.BgClassName
{
background-color: #DFC029;
}
</style>
border-color css
<style>
span { border-color: #DFC029; }
span { border-color: rgb(223,192,41); }
td.TdClassName
{
border-color: #DFC029;
}
.TagClassName
{
border-color: #DFC029;
}
</style>