#DE9027

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

Shades of Buttercup #DE9027

Tints of Buttercup #DE9027

Color information

#DE9027 (or 0xDE9027) is unknown color: approx Buttercup. HEX triplet: DE, 90 and 27. RGB value is (222,144,39). Sum of RGB (Red+Green+Blue) = 222+144+39=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9027 is #216FD8. Grayscale: #9B9B9B. Windows color (decimal): -2191321 or 2592990. OLE color: 2592990.

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

Color convert

RGB22214439-
CMYK00.350.820.13
HSL34.43º73.49%51.18%-
HSV(B)34.43º82.43%87.06%-
XYZ40.4635.626.66-
YUV155.3562.34175.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.81%
GREEN value IS 144 (56.64% from 255) = 35.56%
BLUE value IS 39 (15.62% from 255) = 9.63%
R=54.81%
G=35.56%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221443900.350.820.1334.4373.4951.18
HexDE902702352D224933
Octal33622047043122154211163
Binary11011110100100001001110100011101001011011000101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9027; }

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

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

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

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

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

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

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

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