#DD871E

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

Shades of Buttercup #DD871E

Tints of Buttercup #DD871E

Color information

#DD871E (or 0xDD871E) is unknown color: approx Buttercup. HEX triplet: DD, 87 and 1E. RGB value is (221,135,30). Sum of RGB (Red+Green+Blue) = 221+135+30=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD871E is #2278E1. Grayscale: #959595. Windows color (decimal): -2259170 or 2000861. OLE color: 2000861.

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

Color convert

RGB22113530-
CMYK00.390.860.13
HSL32.98º76.1%49.22%-
HSV(B)32.98º86.43%86.67%-
XYZ38.7232.795.52-
YUV148.7460.99179.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.25%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 30 (12.11% from 255) = 7.77%
R=57.25%
G=34.97%
B=7.77%

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
Decimal2211353000.390.860.1332.9876.149.22
HexDD871E02756D214c31
Octal33520736047126154111461
Binary1101110110000111111100100111101011011011000011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD871E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD871E; }

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

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

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

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

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

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

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

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