#d69749

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

Shades of Fire Bush #D69749

Tints of Fire Bush #D69749

Color information

#D69749 (or 0xD69749) is unknown color: approx Fire Bush. HEX triplet: D6, 97 and 49. RGB value is (214,151,73). Sum of RGB (Red+Green+Blue) = 214+151+73=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D69749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69749 is #2968B6. Grayscale: #A1A1A1. Windows color (decimal): -2713783 or 4822998. OLE color: 4822998.

HSL color Cylindrical-coordinate representation of color #D69749: hue angle of 33.19º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D69749 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB21415173-
CMYK00.290.660.16
HSL33.19º63.23%56.27%-
HSV(B)33.19º65.89%83.92%-
XYZ4036.9111.32-
YUV160.9478.37165.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.86%
GREEN value IS 151 (59.38% from 255) = 34.47%
BLUE value IS 73 (28.91% from 255) = 16.67%
R=48.86%
G=34.47%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141517300.290.660.1633.1963.2356.27
HexD6974901D4210213f38
Octal32622711103510220417770
Binary11010110100101111001001011101100001010000100001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d69749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d69749; }

 p { color: rgb(214,151,73); }

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

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

 a { background-color: rgb(214,151,73); }

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

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

 span { border-color: rgb(214,151,73); }

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