#df972c

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

Shades of Buttercup #DF972C

Tints of Buttercup #DF972C

Color information

#DF972C (or 0xDF972C) is unknown color: approx Buttercup. HEX triplet: DF, 97 and 2C. RGB value is (223,151,44). Sum of RGB (Red+Green+Blue) = 223+151+44=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF972C is #2068D3. Grayscale: #A0A0A0. Windows color (decimal): -2123988 or 2922463. OLE color: 2922463.

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

Color convert

RGB22315144-
CMYK00.320.800.13
HSL35.87º73.66%52.35%-
HSV(B)35.87º80.27%87.45%-
XYZ41.95387.51-
YUV160.3362.35172.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.35%
GREEN value IS 151 (59.38% from 255) = 36.12%
BLUE value IS 44 (17.58% from 255) = 10.53%
R=53.35%
G=36.12%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231514400.320.800.1335.8773.6652.35
HexDF972C02050D244a34
Octal33722754040120154411264
Binary11011111100101111011000100000101000011011001001001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df972c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df972c; }

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

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

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

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

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

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

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

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