#DFBF28

Color #DFBF28 Bright Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Sun #DFBF28

Tints of Bright Sun #DFBF28

Color information

#DFBF28 (or 0xDFBF28) is unknown color: approx Bright Sun. HEX triplet: DF, BF and 28. RGB value is (223,191,40). Sum of RGB (Red+Green+Blue) = 223+191+40=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBF28 is #2040D7. Grayscale: #B7B7B7. Windows color (decimal): -2113752 or 2670559. OLE color: 2670559.

HSL color Cylindrical-coordinate representation of color #DFBF28: hue angle of 49.51º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFBF28 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB22319140-
CMYK00.140.820.13
HSL49.51º74.09%51.57%-
HSV(B)49.51º82.06%87.45%-
XYZ49.4553.19.65-
YUV183.3547.1156.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 49.12%
GREEN value IS 191 (75% from 255) = 42.07%
BLUE value IS 40 (16.02% from 255) = 8.81%
R=49.12%
G=42.07%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231914000.140.820.1349.5174.0951.57
HexDFBF280E52D324a34
Octal33727750016122156211264
Binary110111111011111110100001110101001011011100101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBF28; }

 p { color: rgb(223,191,40); }

 H1.HeaderClassName
 {
   color: #DFBF28;
 }
 .AnyTagClassName
 {
   color: #DFBF28;
 }
</style>
background-color css

<style>
 a { background-color: #DFBF28; }

 a { background-color: rgb(223,191,40); }

 div.DivClassName
 {
   background-color: #DFBF28;
 }
 .BgClassName
 {
   background-color: #DFBF28;
 }
</style>
border-color css

<style>
 span { border-color: #DFBF28; }

 span { border-color: rgb(223,191,40); }

 td.TdClassName
 {
   border-color: #DFBF28;
 }
 .TagClassName
 {
   border-color: #DFBF28;
 }
</style>