#DF8425

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

Shades of Buttercup #DF8425

Tints of Buttercup #DF8425

Color information

#DF8425 (or 0xDF8425) is unknown color: approx Buttercup. HEX triplet: DF, 84 and 25. RGB value is (223,132,37). Sum of RGB (Red+Green+Blue) = 223+132+37=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8425 is #207BDA. Grayscale: #949494. Windows color (decimal): -2128859 or 2458847. OLE color: 2458847.

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

Color convert

RGB22313237-
CMYK00.410.830.13
HSL30.65º74.4%50.98%-
HSV(B)30.65º83.41%87.45%-
XYZ39.0232.325.93-
YUV148.3865.15181.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.89%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 37 (14.84% from 255) = 9.44%
R=56.89%
G=33.67%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231323700.410.830.1330.6574.450.98
HexDF842502953D1f4a33
Octal33720445051123153711263
Binary1101111110000100100101010100110100111101111111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8425; }

 p { color: rgb(223,132,37); }

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

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

 a { background-color: rgb(223,132,37); }

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

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

 span { border-color: rgb(223,132,37); }

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