#D5A144

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

Shades of Fire Bush #D5A144

Tints of Fire Bush #D5A144

Color information

#D5A144 (or 0xD5A144) is unknown color: approx Fire Bush. HEX triplet: D5, A1 and 44. RGB value is (213,161,68). Sum of RGB (Red+Green+Blue) = 213+161+68=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 68 (26.95% from 255 or 15.38% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A144 is #2A5EBB. Grayscale: #A6A6A6. Windows color (decimal): -2776764 or 4497877. OLE color: 4497877.

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

Color convert

RGB21316168-
CMYK00.240.680.16
HSL38.48º63.32%55.1%-
HSV(B)38.48º68.08%83.53%-
XYZ41.2340.0511.03-
YUV165.9572.73161.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.19%
GREEN value IS 161 (63.28% from 255) = 36.43%
BLUE value IS 68 (26.95% from 255) = 15.38%
R=48.19%
G=36.43%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131616800.240.680.1638.4863.3255.1
HexD5A1440184410263f37
Octal32524110403010420467767
Binary11010101101000011000100011000100010010000100110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A144; }

 p { color: rgb(213,161,68); }

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

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

 a { background-color: rgb(213,161,68); }

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

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

 span { border-color: rgb(213,161,68); }

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