#DD8E28

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

Shades of Buttercup #DD8E28

Tints of Buttercup #DD8E28

Color information

#DD8E28 (or 0xDD8E28) is unknown color: approx Buttercup. HEX triplet: DD, 8E and 28. RGB value is (221,142,40). Sum of RGB (Red+Green+Blue) = 221+142+40=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8E28 is #2271D7. Grayscale: #9A9A9A. Windows color (decimal): -2257368 or 2658013. OLE color: 2658013.

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

Color convert

RGB22114240-
CMYK00.360.820.13
HSL33.81º72.69%51.18%-
HSV(B)33.81º81.9%86.67%-
XYZ39.8734.876.64-
YUV153.9963.67175.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.84%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 40 (16.02% from 255) = 9.93%
R=54.84%
G=35.24%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211424000.360.820.1333.8172.6951.18
HexDD8E2802452D224933
Octal33521650044122154211163
Binary11011101100011101010000100100101001011011000101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8E28; }

 p { color: rgb(221,142,40); }

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

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

 a { background-color: rgb(221,142,40); }

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

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

 span { border-color: rgb(221,142,40); }

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