#DD8E1C

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

Shades of Buttercup #DD8E1C

Tints of Buttercup #DD8E1C

Color information

#DD8E1C (or 0xDD8E1C) is unknown color: approx Buttercup. HEX triplet: DD, 8E and 1C. RGB value is (221,142,28). Sum of RGB (Red+Green+Blue) = 221+142+28=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8E1C is #2271E3. Grayscale: #999999. Windows color (decimal): -2257380 or 1871581. OLE color: 1871581.

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

Color convert

RGB22114228-
CMYK00.360.870.13
HSL35.44º77.51%48.82%-
HSV(B)35.44º87.33%86.67%-
XYZ39.734.85.72-
YUV152.6257.67176.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.52%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 28 (11.33% from 255) = 7.16%
R=56.52%
G=36.32%
B=7.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211422800.360.870.1335.4477.5148.82
HexDD8E1C02457D234e31
Octal33521634044127154311661
Binary1101110110001110111000100100101011111011000111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8E1C; }

 p { color: rgb(221,142,28); }

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

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

 a { background-color: rgb(221,142,28); }

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

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

 span { border-color: rgb(221,142,28); }

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