#dd891c

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

Shades of Buttercup #DD891C

Tints of Buttercup #DD891C

Color information

#DD891C (or 0xDD891C) is unknown color: approx Buttercup. HEX triplet: DD, 89 and 1C. RGB value is (221,137,28). Sum of RGB (Red+Green+Blue) = 221+137+28=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD891C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD891C is #2276E3. Grayscale: #969696. Windows color (decimal): -2258660 or 1870301. OLE color: 1870301.

HSL color Cylindrical-coordinate representation of color #DD891C: hue angle of 33.89º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD891C is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB22113728-
CMYK00.380.870.13
HSL33.89º77.51%48.82%-
HSV(B)33.89º87.33%86.67%-
XYZ38.9733.355.48-
YUV149.6959.33178.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.25%
GREEN value IS 137 (53.91% from 255) = 35.49%
BLUE value IS 28 (11.33% from 255) = 7.25%
R=57.25%
G=35.49%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211372800.380.870.1333.8977.5148.82
HexDD891C02657D224e31
Octal33521134046127154211661
Binary1101110110001001111000100110101011111011000101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd891c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd891c; }

 p { color: rgb(221,137,28); }

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

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

 a { background-color: rgb(221,137,28); }

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

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

 span { border-color: rgb(221,137,28); }

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