#D79A4B

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

Shades of Fire Bush #D79A4B

Tints of Fire Bush #D79A4B

Color information

#D79A4B (or 0xD79A4B) is unknown color: approx Fire Bush. HEX triplet: D7, 9A and 4B. RGB value is (215,154,75). Sum of RGB (Red+Green+Blue) = 215+154+75=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79A4B is #2865B4. Grayscale: #A3A3A3. Windows color (decimal): -2647477 or 4954839. OLE color: 4954839.

HSL color Cylindrical-coordinate representation of color #D79A4B: hue angle of 33.86º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D79A4B is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB21515475-
CMYK00.280.650.16
HSL33.86º63.64%56.86%-
HSV(B)33.86º65.12%84.31%-
XYZ40.8538.0711.85-
YUV163.2378.21164.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.42%
GREEN value IS 154 (60.55% from 255) = 34.68%
BLUE value IS 75 (29.69% from 255) = 16.89%
R=48.42%
G=34.68%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151547500.280.650.1633.8663.6456.86
HexD79A4B01C4110224039
Octal327232113034101204210071
Binary110101111001101010010110111001000001100001000101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79A4B; }

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

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

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

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

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

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

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

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