Shades of Bright Sun #DFC62D
Tints of Bright Sun #DFC62D
RGB
CMYK
RGB Variations
Color information
#DFC62D (or 0xDFC62D) is known color: Bright Sun. HEX triplet: DF, C6 and 2D. RGB value is (223,198,45). Sum of RGB (Red+Green+Blue) = 223+198+45=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC62D is #2039D2. Grayscale: #BCBCBC. Windows color (decimal): -2111955 or 3000031. OLE color: 3000031.
HSL color Cylindrical-coordinate representation of color #DFC62D: hue angle of 51.57º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFC62D is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 45 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.13 |
| HSL | 51.57º | 0.74% | 0.53% | - |
| HSV(B) | 51.57º | 0.8% | 0.87% | - |
| XYZ | 51.1 | 56.27 | 10.65 | - |
| YUV | 188.03 | 47.28 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 45 | 0 | 0.11 | 0.80 | 0.13 | 51.57 | 0.74 | 0.53 |
| Hex | DF | C6 | 2D | 0 | B | 50 | D | 34 | 4A | 35 |
| Octal | 337 | 306 | 55 | 0 | 13 | 120 | 15 | 64 | 112 | 65 |
| Binary | 11011111 | 11000110 | 101101 | 0 | 1011 | 1010000 | 1101 | 110100 | 1001010 | 110101 |
Color Harmonies of #DFC62D
Complementary color
Monochromatic Colors of #DFC62D
Black with #DFC62D
Text Example
Text Example
White with #DFC62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC62D; }
p { color: rgb(223,198,45); }
H1.HeaderClassName
{
color: #DFC62D;
}
.AnyTagClassName
{
color: #DFC62D;
}
</style>
background-color css
<style>
a { background-color: #DFC62D; }
a { background-color: rgb(223,198,45); }
div.DivClassName
{
background-color: #DFC62D;
}
.BgClassName
{
background-color: #DFC62D;
}
</style>
border-color css
<style>
span { border-color: #DFC62D; }
span { border-color: rgb(223,198,45); }
td.TdClassName
{
border-color: #DFC62D;
}
.TagClassName
{
border-color: #DFC62D;
}
</style>