Shades of Bright Sun #DFC332
Tints of Bright Sun #DFC332
RGB
CMYK
RGB Variations
Color information
#DFC332 (or 0xDFC332) is known color: Bright Sun. HEX triplet: DF, C3 and 32. RGB value is (223,195,50). Sum of RGB (Red+Green+Blue) = 223+195+50=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC332 is #203CCD. Grayscale: #BBBBBB. Windows color (decimal): -2112718 or 3326943. OLE color: 3326943.
HSL color Cylindrical-coordinate representation of color #DFC332: hue angle of 50.29º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFC332 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 50 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.13 |
| HSL | 50.29º | 0.73% | 0.54% | - |
| HSV(B) | 50.29º | 0.78% | 0.87% | - |
| XYZ | 50.52 | 54.95 | 10.96 | - |
| YUV | 186.84 | 50.78 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 50 | 0 | 0.13 | 0.78 | 0.13 | 50.29 | 0.73 | 0.54 |
| Hex | DF | C3 | 32 | 0 | D | 4E | D | 32 | 49 | 36 |
| Octal | 337 | 303 | 62 | 0 | 15 | 116 | 15 | 62 | 111 | 66 |
| Binary | 11011111 | 11000011 | 110010 | 0 | 1101 | 1001110 | 1101 | 110010 | 1001001 | 110110 |
Color Harmonies of #DFC332
Complementary color
Monochromatic Colors of #DFC332
Black with #DFC332
Text Example
Text Example
White with #DFC332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC332; }
p { color: rgb(223,195,50); }
H1.HeaderClassName
{
color: #DFC332;
}
.AnyTagClassName
{
color: #DFC332;
}
</style>
background-color css
<style>
a { background-color: #DFC332; }
a { background-color: rgb(223,195,50); }
div.DivClassName
{
background-color: #DFC332;
}
.BgClassName
{
background-color: #DFC332;
}
</style>
border-color css
<style>
span { border-color: #DFC332; }
span { border-color: rgb(223,195,50); }
td.TdClassName
{
border-color: #DFC332;
}
.TagClassName
{
border-color: #DFC332;
}
</style>