Shades of Bright Sun #DFC231
Tints of Bright Sun #DFC231
RGB
CMYK
RGB Variations
Color information
#DFC231 (or 0xDFC231) is known color: Bright Sun. HEX triplet: DF, C2 and 31. RGB value is (223,194,49). Sum of RGB (Red+Green+Blue) = 223+194+49=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC231 is #203DCE. Grayscale: #BABABA. Windows color (decimal): -2112975 or 3261151. OLE color: 3261151.
HSL color Cylindrical-coordinate representation of color #DFC231: hue angle of 50º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFC231 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 49 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.13 |
| HSL | 50º | 0.73% | 0.53% | - |
| HSV(B) | 50º | 0.78% | 0.87% | - |
| XYZ | 50.28 | 54.49 | 10.77 | - |
| YUV | 186.14 | 50.61 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 49 | 0 | 0.13 | 0.78 | 0.13 | 50 | 0.73 | 0.53 |
| Hex | DF | C2 | 31 | 0 | D | 4E | D | 32 | 49 | 35 |
| Octal | 337 | 302 | 61 | 0 | 15 | 116 | 15 | 62 | 111 | 65 |
| Binary | 11011111 | 11000010 | 110001 | 0 | 1101 | 1001110 | 1101 | 110010 | 1001001 | 110101 |
Color Harmonies of #DFC231
Complementary color
Monochromatic Colors of #DFC231
Black with #DFC231
Text Example
Text Example
White with #DFC231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC231; }
p { color: rgb(223,194,49); }
H1.HeaderClassName
{
color: #DFC231;
}
.AnyTagClassName
{
color: #DFC231;
}
</style>
background-color css
<style>
a { background-color: #DFC231; }
a { background-color: rgb(223,194,49); }
div.DivClassName
{
background-color: #DFC231;
}
.BgClassName
{
background-color: #DFC231;
}
</style>
border-color css
<style>
span { border-color: #DFC231; }
span { border-color: rgb(223,194,49); }
td.TdClassName
{
border-color: #DFC231;
}
.TagClassName
{
border-color: #DFC231;
}
</style>