#DE8323

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

Shades of Buttercup #DE8323

Tints of Buttercup #DE8323

Color information

#DE8323 (or 0xDE8323) is unknown color: approx Buttercup. HEX triplet: DE, 83 and 23. RGB value is (222,131,35). Sum of RGB (Red+Green+Blue) = 222+131+35=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8323 is #217CDC. Grayscale: #939393. Windows color (decimal): -2194653 or 2327518. OLE color: 2327518.

HSL color Cylindrical-coordinate representation of color #DE8323: hue angle of 30.8º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE8323 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB22213135-
CMYK00.410.840.13
HSL30.8º73.91%50.39%-
HSV(B)30.8º84.23%87.06%-
XYZ38.5431.885.71-
YUV147.2664.65181.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.22%
GREEN value IS 131 (51.56% from 255) = 33.76%
BLUE value IS 35 (14.06% from 255) = 9.02%
R=57.22%
G=33.76%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221313500.410.840.1330.873.9150.39
HexDE832302954D1f4a32
Octal33620343051124153711262
Binary1101111010000011100011010100110101001101111111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8323; }

 p { color: rgb(222,131,35); }

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

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

 a { background-color: rgb(222,131,35); }

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

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

 span { border-color: rgb(222,131,35); }

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