Html Css Color HEX #D5A04C Fire Bush

📋 copy color: '#D5A04C'

red 213 ◦ green 160 ◦ blue 76

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

Shades of Fire Bush #D5A04C

Tints of Fire Bush #D5A04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.93%

R = 47.44%
G = 35.63%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5A04C (or 0xD5A04C) is known color: Fire Bush. HEX triplet: D5, A0 and 4C. RGB value is (213,160,76). Sum of RGB (Red+Green+Blue) = 213+160+76=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A04C is #2A5FB3. Grayscale: #A6A6A6. Windows color (decimal): -2777012 or 5021909. OLE color: 5021909.

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

Color convert

RGB 213 160 76 -
CMYK 0 0.25 0.64 0.16
HSL 36.79º 0.62% 0.57% -
HSV(B) 36.79º 0.64% 0.84% -
XYZ 41.32 39.81 12.34 -
YUV 166.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 213 160 76 0 0.25 0.64 0.16 36.79 0.62 0.57
Hex D5 A0 4C 0 19 40 10 25 3E 39
Octal 325 240 114 0 31 100 20 45 76 71
Binary 11010101 10100000 1001100 0 11001 1000000 10000 100101 111110 111001

Color Harmonies of #D5A04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A04C

Black with #D5A04C

Text Example


Text Example

White with #D5A04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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