#DD9021

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

Shades of Buttercup #DD9021

Tints of Buttercup #DD9021

Color information

#DD9021 (or 0xDD9021) is unknown color: approx Buttercup. HEX triplet: DD, 90 and 21. RGB value is (221,144,33). Sum of RGB (Red+Green+Blue) = 221+144+33=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9021 is #226FDE. Grayscale: #9A9A9A. Windows color (decimal): -2256863 or 2199773. OLE color: 2199773.

HSL color Cylindrical-coordinate representation of color #DD9021: hue angle of 35.43º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD9021 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB22114433-
CMYK00.350.850.13
HSL35.43º74.02%49.8%-
HSV(B)35.43º85.07%86.67%-
XYZ40.0735.436.17-
YUV154.3759.51175.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.53%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 33 (13.28% from 255) = 8.29%
R=55.53%
G=36.18%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211443300.350.850.1335.4374.0249.8
HexDD902102355D234a32
Octal33522041043125154311262
Binary11011101100100001000010100011101010111011000111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9021; }

 p { color: rgb(221,144,33); }

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

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

 a { background-color: rgb(221,144,33); }

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

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

 span { border-color: rgb(221,144,33); }

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