Html Css Color HEX #D5A247 Fire Bush

📋 copy color: '#D5A247'

red 213 ◦ green 162 ◦ blue 71

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

Shades of Fire Bush #D5A247

Tints of Fire Bush #D5A247

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.32%

 BLUE value IS 71 (28.13% from 255) = 15.92%

R = 47.76%
G = 36.32%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D5A247 (or 0xD5A247) is known color: Fire Bush. HEX triplet: D5, A2 and 47. RGB value is (213,162,71). Sum of RGB (Red+Green+Blue) = 213+162+71=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A247 is #2A5DB8. Grayscale: #A7A7A7. Windows color (decimal): -2776505 or 4694741. OLE color: 4694741.

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

Color convert

RGB 213 162 71 -
CMYK 0 0.24 0.67 0.16
HSL 38.45º 0.63% 0.56% -
HSV(B) 38.45º 0.67% 0.84% -
XYZ 41.5 40.44 11.58 -
YUV 166.88 73.9 160.9 -
System Red Green Blue C M Y K H S L
Decimal 213 162 71 0 0.24 0.67 0.16 38.45 0.63 0.56
Hex D5 A2 47 0 18 43 10 26 3F 38
Octal 325 242 107 0 30 103 20 46 77 70
Binary 11010101 10100010 1000111 0 11000 1000011 10000 100110 111111 111000

Color Harmonies of #D5A247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A247

Black with #D5A247

Text Example


Text Example

White with #D5A247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A247; }

 p { color: rgb(213,162,71); }

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

background-color css

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

 a { background-color: rgb(213,162,71); }

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

border-color css

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

 span { border-color: rgb(213,162,71); }

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