#de9a2d

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

Shades of Buttercup #DE9A2D

Tints of Buttercup #DE9A2D

Color information

#DE9A2D (or 0xDE9A2D) is unknown color: approx Buttercup. HEX triplet: DE, 9A and 2D. RGB value is (222,154,45). Sum of RGB (Red+Green+Blue) = 222+154+45=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9A2D is #2165D2. Grayscale: #A2A2A2. Windows color (decimal): -2188755 or 2988766. OLE color: 2988766.

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

Color convert

RGB22215445-
CMYK00.310.800.13
HSL36.95º72.84%52.35%-
HSV(B)36.95º79.73%87.06%-
XYZ42.1538.837.76-
YUV161.9162.03170.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.73%
GREEN value IS 154 (60.55% from 255) = 36.58%
BLUE value IS 45 (17.97% from 255) = 10.69%
R=52.73%
G=36.58%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221544500.310.800.1336.9572.8452.35
HexDE9A2D01F50D254934
Octal33623255037120154511164
Binary1101111010011010101101011111101000011011001011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de9a2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de9a2d; }

 p { color: rgb(222,154,45); }

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

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

 a { background-color: rgb(222,154,45); }

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

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

 span { border-color: rgb(222,154,45); }

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