#DD861E

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

Shades of Buttercup #DD861E

Tints of Buttercup #DD861E

Color information

#DD861E (or 0xDD861E) is unknown color: approx Buttercup. HEX triplet: DD, 86 and 1E. RGB value is (221,134,30). Sum of RGB (Red+Green+Blue) = 221+134+30=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD861E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD861E is #2279E1. Grayscale: #949494. Windows color (decimal): -2259426 or 2000605. OLE color: 2000605.

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

Color convert

RGB22113430-
CMYK00.390.860.13
HSL32.67º76.1%49.22%-
HSV(B)32.67º86.43%86.67%-
XYZ38.5832.525.47-
YUV148.1661.32179.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.40%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 30 (12.11% from 255) = 7.79%
R=57.40%
G=34.81%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211343000.390.860.1332.6776.149.22
HexDD861E02756D214c31
Octal33520636047126154111461
Binary1101110110000110111100100111101011011011000011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD861E; }

 p { color: rgb(221,134,30); }

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

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

 a { background-color: rgb(221,134,30); }

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

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

 span { border-color: rgb(221,134,30); }

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