#df9220

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

Shades of Buttercup #DF9220

Tints of Buttercup #DF9220

Color information

#DF9220 (or 0xDF9220) is unknown color: approx Buttercup. HEX triplet: DF, 92 and 20. RGB value is (223,146,32). Sum of RGB (Red+Green+Blue) = 223+146+32=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9220 is #206DDF. Grayscale: #9C9C9C. Windows color (decimal): -2125280 or 2134751. OLE color: 2134751.

HSL color Cylindrical-coordinate representation of color #DF9220: hue angle of 35.81º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF9220 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB22314632-
CMYK00.350.860.13
HSL35.81º74.9%50%-
HSV(B)35.81º85.65%87.45%-
XYZ40.9736.356.22-
YUV156.0358.01175.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.61%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 32 (12.89% from 255) = 7.98%
R=55.61%
G=36.41%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231463200.350.860.1335.8174.950
HexDF922002356D244b32
Octal33722240043126154411362
Binary11011111100100101000000100011101011011011001001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df9220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df9220; }

 p { color: rgb(223,146,32); }

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

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

 a { background-color: rgb(223,146,32); }

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

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

 span { border-color: rgb(223,146,32); }

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