#DD9938

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

Shades of Fire Bush #DD9938

Tints of Fire Bush #DD9938

Color information

#DD9938 (or 0xDD9938) is unknown color: approx Fire Bush. HEX triplet: DD, 99 and 38. RGB value is (221,153,56). Sum of RGB (Red+Green+Blue) = 221+153+56=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9938 is #2266C7. Grayscale: #A2A2A2. Windows color (decimal): -2254536 or 3709405. OLE color: 3709405.

HSL color Cylindrical-coordinate representation of color #DD9938: hue angle of 35.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD9938 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB22115356-
CMYK00.310.750.13
HSL35.27º70.82%54.31%-
HSV(B)35.27º74.66%86.67%-
XYZ41.9238.448.95-
YUV162.2768.03169.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.40%
GREEN value IS 153 (60.16% from 255) = 35.58%
BLUE value IS 56 (22.27% from 255) = 13.02%
R=51.40%
G=35.58%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211535600.310.750.1335.2770.8254.31
HexDD993801F4BD234736
Octal33523170037113154310766
Binary1101110110011001111000011111100101111011000111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9938; }

 p { color: rgb(221,153,56); }

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

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

 a { background-color: rgb(221,153,56); }

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

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

 span { border-color: rgb(221,153,56); }

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