#DD9E2B

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

Shades of Buttercup #DD9E2B

Tints of Buttercup #DD9E2B

Color information

#DD9E2B (or 0xDD9E2B) is unknown color: approx Buttercup. HEX triplet: DD, 9E and 2B. RGB value is (221,158,43). Sum of RGB (Red+Green+Blue) = 221+158+43=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9E2B is #2261D4. Grayscale: #A4A4A4. Windows color (decimal): -2253269 or 2858717. OLE color: 2858717.

HSL color Cylindrical-coordinate representation of color #DD9E2B: hue angle of 38.76º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD9E2B is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB22115843-
CMYK00.290.810.13
HSL38.76º72.36%51.76%-
HSV(B)38.76º80.54%86.67%-
XYZ42.48407.77-
YUV163.7359.87168.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.37%
GREEN value IS 158 (62.11% from 255) = 37.44%
BLUE value IS 43 (17.19% from 255) = 10.19%
R=52.37%
G=37.44%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211584300.290.810.1338.7672.3651.76
HexDD9E2B01D51D274834
Octal33523653035121154711064
Binary1101110110011110101011011101101000111011001111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9E2B; }

 p { color: rgb(221,158,43); }

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

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

 a { background-color: rgb(221,158,43); }

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

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

 span { border-color: rgb(221,158,43); }

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