#D09A4B

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

Shades of Fire Bush #D09A4B

Tints of Fire Bush #D09A4B

Color information

#D09A4B (or 0xD09A4B) is unknown color: approx Fire Bush. HEX triplet: D0, 9A and 4B. RGB value is (208,154,75). Sum of RGB (Red+Green+Blue) = 208+154+75=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09A4B is #2F65B4. Grayscale: #A1A1A1. Windows color (decimal): -3106229 or 4954832. OLE color: 4954832.

HSL color Cylindrical-coordinate representation of color #D09A4B: hue angle of 35.64º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D09A4B is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB20815475-
CMYK00.260.640.18
HSL35.64º58.59%55.49%-
HSV(B)35.64º63.94%81.57%-
XYZ38.8437.0311.76-
YUV161.1479.39161.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.60%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 75 (29.69% from 255) = 17.16%
R=47.60%
G=35.24%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081547500.260.640.1835.6458.5955.49
HexD09A4B01A4012243b37
Octal32023211303210022447367
Binary11010000100110101001011011010100000010010100100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09A4B; }

 p { color: rgb(208,154,75); }

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

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

 a { background-color: rgb(208,154,75); }

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

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

 span { border-color: rgb(208,154,75); }

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