#DD8F1C

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

Shades of Buttercup #DD8F1C

Tints of Buttercup #DD8F1C

Color information

#DD8F1C (or 0xDD8F1C) is unknown color: approx Buttercup. HEX triplet: DD, 8F and 1C. RGB value is (221,143,28). Sum of RGB (Red+Green+Blue) = 221+143+28=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8F1C is #2270E3. Grayscale: #999999. Windows color (decimal): -2257124 or 1871837. OLE color: 1871837.

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

Color convert

RGB22114328-
CMYK00.350.870.13
HSL35.75º77.51%48.82%-
HSV(B)35.75º87.33%86.67%-
XYZ39.8535.15.77-
YUV153.2157.34176.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.38%
GREEN value IS 143 (56.25% from 255) = 36.48%
BLUE value IS 28 (11.33% from 255) = 7.14%
R=56.38%
G=36.48%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211432800.350.870.1335.7577.5148.82
HexDD8F1C02357D244e31
Octal33521734043127154411661
Binary1101110110001111111000100011101011111011001001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8F1C; }

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

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

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

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

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

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

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

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