#DF9D35

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

Shades of Fire Bush #DF9D35

Tints of Fire Bush #DF9D35

Color information

#DF9D35 (or 0xDF9D35) is unknown color: approx Fire Bush. HEX triplet: DF, 9D and 35. RGB value is (223,157,53). Sum of RGB (Red+Green+Blue) = 223+157+53=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9D35 is #2062CA. Grayscale: #A5A5A5. Windows color (decimal): -2122443 or 3513823. OLE color: 3513823.

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

Color convert

RGB22315753-
CMYK00.300.760.13
HSL36.71º72.65%54.12%-
HSV(B)36.71º76.23%87.45%-
XYZ43.1340.068.83-
YUV164.8864.87169.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.50%
GREEN value IS 157 (61.72% from 255) = 36.26%
BLUE value IS 53 (21.09% from 255) = 12.24%
R=51.50%
G=36.26%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231575300.300.760.1336.7172.6554.12
HexDF9D3501E4CD254936
Octal33723565036114154511166
Binary1101111110011101110101011110100110011011001011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9D35; }

 p { color: rgb(223,157,53); }

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

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

 a { background-color: rgb(223,157,53); }

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

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

 span { border-color: rgb(223,157,53); }

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