#DD8B2C

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

Shades of Buttercup #DD8B2C

Tints of Buttercup #DD8B2C

Color information

#DD8B2C (or 0xDD8B2C) is unknown color: approx Buttercup. HEX triplet: DD, 8B and 2C. RGB value is (221,139,44). Sum of RGB (Red+Green+Blue) = 221+139+44=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8B2C is #2274D3. Grayscale: #999999. Windows color (decimal): -2258132 or 2919389. OLE color: 2919389.

HSL color Cylindrical-coordinate representation of color #DD8B2C: hue angle of 32.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD8B2C is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB22113944-
CMYK00.370.800.13
HSL32.2º72.24%51.96%-
HSV(B)32.2º80.09%86.67%-
XYZ39.5134.026.87-
YUV152.6966.67176.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.70%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 44 (17.58% from 255) = 10.89%
R=54.70%
G=34.41%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211394400.370.800.1332.272.2451.96
HexDD8B2C02550D204834
Octal33521354045120154011064
Binary11011101100010111011000100101101000011011000001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8B2C; }

 p { color: rgb(221,139,44); }

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

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

 a { background-color: rgb(221,139,44); }

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

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

 span { border-color: rgb(221,139,44); }

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