#DD892C

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

Shades of Buttercup #DD892C

Tints of Buttercup #DD892C

Color information

#DD892C (or 0xDD892C) is unknown color: approx Buttercup. HEX triplet: DD, 89 and 2C. RGB value is (221,137,44). Sum of RGB (Red+Green+Blue) = 221+137+44=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD892C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD892C is #2276D3. Grayscale: #979797. Windows color (decimal): -2258644 or 2918877. OLE color: 2918877.

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

Color convert

RGB22113744-
CMYK00.380.800.13
HSL31.53º72.24%51.96%-
HSV(B)31.53º80.09%86.67%-
XYZ39.2233.456.77-
YUV151.5167.33177.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.98%
GREEN value IS 137 (53.91% from 255) = 34.08%
BLUE value IS 44 (17.58% from 255) = 10.95%
R=54.98%
G=34.08%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211374400.380.800.1331.5372.2451.96
HexDD892C02650D204834
Octal33521154046120154011064
Binary11011101100010011011000100110101000011011000001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD892C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD892C; }

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

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

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

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

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

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

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

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