#DD912C

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

Shades of Buttercup #DD912C

Tints of Buttercup #DD912C

Color information

#DD912C (or 0xDD912C) is unknown color: approx Buttercup. HEX triplet: DD, 91 and 2C. RGB value is (221,145,44). Sum of RGB (Red+Green+Blue) = 221+145+44=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 44 (17.58% from 255 or 10.73% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD912C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD912C is #226ED3. Grayscale: #9C9C9C. Windows color (decimal): -2256596 or 2920925. OLE color: 2920925.

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

Color convert

RGB22114544-
CMYK00.340.800.13
HSL34.24º72.24%51.96%-
HSV(B)34.24º80.09%86.67%-
XYZ40.435.87.16-
YUV156.2164.68174.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.90%
GREEN value IS 145 (57.03% from 255) = 35.37%
BLUE value IS 44 (17.58% from 255) = 10.73%
R=53.90%
G=35.37%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211454400.340.800.1334.2472.2451.96
HexDD912C02250D224834
Octal33522154042120154211064
Binary11011101100100011011000100010101000011011000101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD912C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD912C; }

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

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

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

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

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

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

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

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