Html Css Color HEX #D5A040 Fire Bush

📋 copy color: '#D5A040'

red 213 ◦ green 160 ◦ blue 64

#D5A040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Bush #D5A040

Tints of Fire Bush #D5A040

RGB

 RED value IS 213 (83.59% from 255) = 48.74%

 GREEN value IS 160 (62.89% from 255) = 36.61%

 BLUE value IS 64 (25.39% from 255) = 14.65%

R = 48.74%
G = 36.61%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5A040 (or 0xD5A040) is known color: Fire Bush. HEX triplet: D5, A0 and 40. RGB value is (213,160,64). Sum of RGB (Red+Green+Blue) = 213+160+64=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A040 is #2A5FBF. Grayscale: #A5A5A5. Windows color (decimal): -2777024 or 4235477. OLE color: 4235477.

HSL color Cylindrical-coordinate representation of color #D5A040: hue angle of 38.66º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5A040 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 160 64 -
CMYK 0 0.25 0.70 0.16
HSL 38.66º 0.64% 0.54% -
HSV(B) 38.66º 0.7% 0.84% -
XYZ 40.94 39.66 10.35 -
YUV 164.9 71.06 162.31 -
System Red Green Blue C M Y K H S L
Decimal 213 160 64 0 0.25 0.70 0.16 38.66 0.64 0.54
Hex D5 A0 40 0 19 46 10 27 40 36
Octal 325 240 100 0 31 106 20 47 100 66
Binary 11010101 10100000 1000000 0 11001 1000110 10000 100111 1000000 110110

Color Harmonies of #D5A040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A040

Black with #D5A040

Text Example


Text Example

White with #D5A040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A040; }

 p { color: rgb(213,160,64); }

 H1.HeaderClassName
 {
   color: #D5A040;
 }
 .AnyTagClassName
 {
   color: #D5A040;
 }
</style>

background-color css

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

 a { background-color: rgb(213,160,64); }

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

border-color css

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

 span { border-color: rgb(213,160,64); }

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