#DF942C

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

Shades of Buttercup #DF942C

Tints of Buttercup #DF942C

Color information

#DF942C (or 0xDF942C) is unknown color: approx Buttercup. HEX triplet: DF, 94 and 2C. RGB value is (223,148,44). Sum of RGB (Red+Green+Blue) = 223+148+44=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF942C is #206BD3. Grayscale: #9F9F9F. Windows color (decimal): -2124756 or 2921695. OLE color: 2921695.

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

Color convert

RGB22314844-
CMYK00.340.800.13
HSL34.86º73.66%52.35%-
HSV(B)34.86º80.27%87.45%-
XYZ41.4837.057.35-
YUV158.5763.35173.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.73%
GREEN value IS 148 (58.20% from 255) = 35.66%
BLUE value IS 44 (17.58% from 255) = 10.60%
R=53.73%
G=35.66%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231484400.340.800.1334.8673.6652.35
HexDF942C02250D234a34
Octal33722454042120154311264
Binary11011111100101001011000100010101000011011000111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF942C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF942C; }

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

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

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

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

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

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

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

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