Html Css Color HEX #D4A249 Fire Bush

📋 copy color: '#D4A249'

red 212 ◦ green 162 ◦ blue 73

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

Shades of Fire Bush #D4A249

Tints of Fire Bush #D4A249

RGB

 RED value IS 212 (83.2% from 255) = 47.43%

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

 BLUE value IS 73 (28.91% from 255) = 16.33%

R = 47.43%
G = 36.24%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D4A249 (or 0xD4A249) is known color: Fire Bush. HEX triplet: D4, A2 and 49. RGB value is (212,162,73). Sum of RGB (Red+Green+Blue) = 212+162+73=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A249 is #2B5DB6. Grayscale: #A7A7A7. Windows color (decimal): -2842039 or 4825812. OLE color: 4825812.

HSL color Cylindrical-coordinate representation of color #D4A249: hue angle of 38.42º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4A249 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 162 73 -
CMYK 0 0.24 0.66 0.17
HSL 38.42º 0.62% 0.56% -
HSV(B) 38.42º 0.66% 0.83% -
XYZ 41.27 40.32 11.91 -
YUV 166.8 75.07 160.24 -
System Red Green Blue C M Y K H S L
Decimal 212 162 73 0 0.24 0.66 0.17 38.42 0.62 0.56
Hex D4 A2 49 0 18 42 11 26 3E 38
Octal 324 242 111 0 30 102 21 46 76 70
Binary 11010100 10100010 1001001 0 11000 1000010 10001 100110 111110 111000

Color Harmonies of #D4A249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A249

Black with #D4A249

Text Example


Text Example

White with #D4A249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A249; }

 p { color: rgb(212,162,73); }

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

background-color css

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

 a { background-color: rgb(212,162,73); }

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

border-color css

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

 span { border-color: rgb(212,162,73); }

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