#dd911c

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

Shades of Buttercup #DD911C

Tints of Buttercup #DD911C

Color information

#DD911C (or 0xDD911C) is unknown color: approx Buttercup. HEX triplet: DD, 91 and 1C. RGB value is (221,145,28). Sum of RGB (Red+Green+Blue) = 221+145+28=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD911C is #226EE3. Grayscale: #9A9A9A. Windows color (decimal): -2256612 or 1872349. OLE color: 1872349.

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

Color convert

RGB22114528-
CMYK00.340.870.13
HSL36.37º77.51%48.82%-
HSV(B)36.37º87.33%86.67%-
XYZ40.1535.715.87-
YUV154.3956.68175.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.09%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 28 (11.33% from 255) = 7.11%
R=56.09%
G=36.80%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211452800.340.870.1336.3777.5148.82
HexDD911C02257D244e31
Octal33522134042127154411661
Binary1101110110010001111000100010101011111011001001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd911c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd911c; }

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

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

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

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

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

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

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

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