#de8f2b

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

Shades of Buttercup #DE8F2B

Tints of Buttercup #DE8F2B

Color information

#DE8F2B (or 0xDE8F2B) is unknown color: approx Buttercup. HEX triplet: DE, 8F and 2B. RGB value is (222,143,43). Sum of RGB (Red+Green+Blue) = 222+143+43=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8F2B is #2170D4. Grayscale: #9B9B9B. Windows color (decimal): -2191573 or 2854878. OLE color: 2854878.

HSL color Cylindrical-coordinate representation of color #DE8F2B: hue angle of 33.52º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE8F2B is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB22214343-
CMYK00.360.810.13
HSL33.52º73.06%51.96%-
HSV(B)33.52º80.63%87.06%-
XYZ40.3835.356.98-
YUV155.2264.67175.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.41%
GREEN value IS 143 (56.25% from 255) = 35.05%
BLUE value IS 43 (17.19% from 255) = 10.54%
R=54.41%
G=35.05%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221434300.360.810.1333.5273.0651.96
HexDE8F2B02451D224934
Octal33621753044121154211164
Binary11011110100011111010110100100101000111011000101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de8f2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de8f2b; }

 p { color: rgb(222,143,43); }

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

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

 a { background-color: rgb(222,143,43); }

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

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

 span { border-color: rgb(222,143,43); }

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