#DD922C

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

Shades of Buttercup #DD922C

Tints of Buttercup #DD922C

Color information

#DD922C (or 0xDD922C) is unknown color: approx Buttercup. HEX triplet: DD, 92 and 2C. RGB value is (221,146,44). Sum of RGB (Red+Green+Blue) = 221+146+44=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD922C is #226DD3. Grayscale: #9D9D9D. Windows color (decimal): -2256340 or 2921181. OLE color: 2921181.

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

Color convert

RGB22114644-
CMYK00.340.800.13
HSL34.58º72.24%51.96%-
HSV(B)34.58º80.09%86.67%-
XYZ40.5536.117.22-
YUV156.864.35173.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.77%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 44 (17.58% from 255) = 10.71%
R=53.77%
G=35.52%
B=10.71%

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
Decimal2211464400.340.800.1334.5872.2451.96
HexDD922C02250D234834
Octal33522254042120154311064
Binary11011101100100101011000100010101000011011000111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD922C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD922C; }

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

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

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

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

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

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

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

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