Shades of Bright Sun #DFC52B
Tints of Bright Sun #DFC52B
RGB
CMYK
RGB Variations
Color information
#DFC52B (or 0xDFC52B) is known color: Bright Sun. HEX triplet: DF, C5 and 2B. RGB value is (223,197,43). Sum of RGB (Red+Green+Blue) = 223+197+43=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 43 (17.19% from 255 or 9.29% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC52B is #203AD4. Grayscale: #BBBBBB. Windows color (decimal): -2112213 or 2868703. OLE color: 2868703.
HSL color Cylindrical-coordinate representation of color #DFC52B: hue angle of 51.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFC52B is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 43 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.13 |
| HSL | 51.33º | 0.74% | 0.52% | - |
| HSV(B) | 51.33º | 0.81% | 0.87% | - |
| XYZ | 50.83 | 55.79 | 10.38 | - |
| YUV | 187.22 | 46.61 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 43 | 0 | 0.12 | 0.81 | 0.13 | 51.33 | 0.74 | 0.52 |
| Hex | DF | C5 | 2B | 0 | C | 51 | D | 33 | 4A | 34 |
| Octal | 337 | 305 | 53 | 0 | 14 | 121 | 15 | 63 | 112 | 64 |
| Binary | 11011111 | 11000101 | 101011 | 0 | 1100 | 1010001 | 1101 | 110011 | 1001010 | 110100 |
Color Harmonies of #DFC52B
Complementary color
Monochromatic Colors of #DFC52B
Black with #DFC52B
Text Example
Text Example
White with #DFC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC52B; }
p { color: rgb(223,197,43); }
H1.HeaderClassName
{
color: #DFC52B;
}
.AnyTagClassName
{
color: #DFC52B;
}
</style>
background-color css
<style>
a { background-color: #DFC52B; }
a { background-color: rgb(223,197,43); }
div.DivClassName
{
background-color: #DFC52B;
}
.BgClassName
{
background-color: #DFC52B;
}
</style>
border-color css
<style>
span { border-color: #DFC52B; }
span { border-color: rgb(223,197,43); }
td.TdClassName
{
border-color: #DFC52B;
}
.TagClassName
{
border-color: #DFC52B;
}
</style>