#d69949

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

Shades of Fire Bush #D69949

Tints of Fire Bush #D69949

Color information

#D69949 (or 0xD69949) is unknown color: approx Fire Bush. HEX triplet: D6, 99 and 49. RGB value is (214,153,73). Sum of RGB (Red+Green+Blue) = 214+153+73=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D69949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69949 is #2966B6. Grayscale: #A2A2A2. Windows color (decimal): -2713271 or 4823510. OLE color: 4823510.

HSL color Cylindrical-coordinate representation of color #D69949: hue angle of 34.04º 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 #D69949 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB21415373-
CMYK00.290.660.16
HSL34.04º63.23%56.27%-
HSV(B)34.04º65.89%83.92%-
XYZ40.3337.5611.43-
YUV162.1277.71165-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.64%
GREEN value IS 153 (60.16% from 255) = 34.77%
BLUE value IS 73 (28.91% from 255) = 16.59%
R=48.64%
G=34.77%
B=16.59%

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
Decimal2141537300.290.660.1634.0463.2356.27
HexD6994901D4210223f38
Octal32623111103510220427770
Binary11010110100110011001001011101100001010000100010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d69949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d69949; }

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

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

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

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

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

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

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

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