Shades of Bright Sun #DFBD32
Tints of Bright Sun #DFBD32
RGB
CMYK
RGB Variations
Color information
#DFBD32 (or 0xDFBD32) is known color: Bright Sun. HEX triplet: DF, BD and 32. RGB value is (223,189,50). Sum of RGB (Red+Green+Blue) = 223+189+50=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 50 (19.92% from 255 or 10.82% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBD32 is #2042CD. Grayscale: #B7B7B7. Windows color (decimal): -2114254 or 3325407. OLE color: 3325407.
HSL color Cylindrical-coordinate representation of color #DFBD32: hue angle of 48.21º 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 #DFBD32 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 50 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.13 |
| HSL | 48.21º | 0.73% | 0.54% | - |
| HSV(B) | 48.21º | 0.78% | 0.87% | - |
| XYZ | 49.2 | 52.31 | 10.52 | - |
| YUV | 183.32 | 52.76 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 50 | 0 | 0.15 | 0.78 | 0.13 | 48.21 | 0.73 | 0.54 |
| Hex | DF | BD | 32 | 0 | F | 4E | D | 30 | 49 | 36 |
| Octal | 337 | 275 | 62 | 0 | 17 | 116 | 15 | 60 | 111 | 66 |
| Binary | 11011111 | 10111101 | 110010 | 0 | 1111 | 1001110 | 1101 | 110000 | 1001001 | 110110 |
Color Harmonies of #DFBD32
Complementary color
Monochromatic Colors of #DFBD32
Black with #DFBD32
Text Example
Text Example
White with #DFBD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD32; }
p { color: rgb(223,189,50); }
H1.HeaderClassName
{
color: #DFBD32;
}
.AnyTagClassName
{
color: #DFBD32;
}
</style>
background-color css
<style>
a { background-color: #DFBD32; }
a { background-color: rgb(223,189,50); }
div.DivClassName
{
background-color: #DFBD32;
}
.BgClassName
{
background-color: #DFBD32;
}
</style>
border-color css
<style>
span { border-color: #DFBD32; }
span { border-color: rgb(223,189,50); }
td.TdClassName
{
border-color: #DFBD32;
}
.TagClassName
{
border-color: #DFBD32;
}
</style>