#DD851E

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

Shades of Buttercup #DD851E

Tints of Buttercup #DD851E

Color information

#DD851E (or 0xDD851E) is unknown color: approx Buttercup. HEX triplet: DD, 85 and 1E. RGB value is (221,133,30). Sum of RGB (Red+Green+Blue) = 221+133+30=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD851E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD851E is #227AE1. Grayscale: #949494. Windows color (decimal): -2259682 or 2000349. OLE color: 2000349.

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

Color convert

RGB22113330-
CMYK00.400.860.13
HSL32.36º76.1%49.22%-
HSV(B)32.36º86.43%86.67%-
XYZ38.4432.245.43-
YUV147.5761.65180.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.55%
GREEN value IS 133 (52.34% from 255) = 34.64%
BLUE value IS 30 (12.11% from 255) = 7.81%
R=57.55%
G=34.64%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211333000.400.860.1332.3676.149.22
HexDD851E02856D204c31
Octal33520536050126154011461
Binary1101110110000101111100101000101011011011000001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD851E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD851E; }

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

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

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

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

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

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

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

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