#DF951C

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

Shades of Buttercup #DF951C

Tints of Buttercup #DF951C

Color information

#DF951C (or 0xDF951C) is unknown color: approx Buttercup. HEX triplet: DF, 95 and 1C. RGB value is (223,149,28). Sum of RGB (Red+Green+Blue) = 223+149+28=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF951C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF951C is #206AE3. Grayscale: #9D9D9D. Windows color (decimal): -2124516 or 1873375. OLE color: 1873375.

HSL color Cylindrical-coordinate representation of color #DF951C: hue angle of 37.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF951C is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB22314928-
CMYK00.330.870.13
HSL37.23º77.69%49.22%-
HSV(B)37.23º87.44%87.45%-
XYZ41.3937.276.11-
YUV157.3355.02174.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.75%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 28 (11.33% from 255) = 7%
R=55.75%
G=37.25%
B=7%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231492800.330.870.1337.2377.6949.22
HexDF951C02157D254e31
Octal33722534041127154511661
Binary1101111110010101111000100001101011111011001011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF951C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF951C; }

 p { color: rgb(223,149,28); }

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

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

 a { background-color: rgb(223,149,28); }

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

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

 span { border-color: rgb(223,149,28); }

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