#DE8727

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

Shades of Buttercup #DE8727

Tints of Buttercup #DE8727

Color information

#DE8727 (or 0xDE8727) is unknown color: approx Buttercup. HEX triplet: DE, 87 and 27. RGB value is (222,135,39). Sum of RGB (Red+Green+Blue) = 222+135+39=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8727 is #2178D8. Grayscale: #969696. Windows color (decimal): -2193625 or 2590686. OLE color: 2590686.

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

Color convert

RGB22213539-
CMYK00.390.820.13
HSL31.48º73.49%51.18%-
HSV(B)31.48º82.43%87.06%-
XYZ39.15336.23-
YUV150.0765.32179.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.06%
GREEN value IS 135 (53.12% from 255) = 34.09%
BLUE value IS 39 (15.62% from 255) = 9.85%
R=56.06%
G=34.09%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221353900.390.820.1331.4873.4951.18
HexDE872702752D1f4933
Octal33620747047122153711163
Binary1101111010000111100111010011110100101101111111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8727; }

 p { color: rgb(222,135,39); }

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

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

 a { background-color: rgb(222,135,39); }

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

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

 span { border-color: rgb(222,135,39); }

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