#df9428

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

Shades of Buttercup #DF9428

Tints of Buttercup #DF9428

Color information

#DF9428 (or 0xDF9428) is unknown color: approx Buttercup. HEX triplet: DF, 94 and 28. RGB value is (223,148,40). Sum of RGB (Red+Green+Blue) = 223+148+40=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9428 is #206BD7. Grayscale: #9E9E9E. Windows color (decimal): -2124760 or 2659551. OLE color: 2659551.

HSL color Cylindrical-coordinate representation of color #DF9428: hue angle of 35.41º 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 #DF9428 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB22314840-
CMYK00.340.820.13
HSL35.41º74.09%51.57%-
HSV(B)35.41º82.06%87.45%-
XYZ41.437.026.97-
YUV158.1161.35174.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.26%
GREEN value IS 148 (58.20% from 255) = 36.01%
BLUE value IS 40 (16.02% from 255) = 9.73%
R=54.26%
G=36.01%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231484000.340.820.1335.4174.0951.57
HexDF942802252D234a34
Octal33722450042122154311264
Binary11011111100101001010000100010101001011011000111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df9428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df9428; }

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

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

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

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

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

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

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

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