Html Css Color HEX #D59049 Fire Bush

📋 copy color: '#D59049'

red 213 ◦ green 144 ◦ blue 73

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

Shades of Fire Bush #D59049

Tints of Fire Bush #D59049

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.49%

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

R = 49.53%
G = 33.49%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D59049 (or 0xD59049) is known color: Fire Bush. HEX triplet: D5, 90 and 49. RGB value is (213,144,73). Sum of RGB (Red+Green+Blue) = 213+144+73=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D59049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59049 is #2A6FB6. Grayscale: #9C9C9C. Windows color (decimal): -2781111 or 4821205. OLE color: 4821205.

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

Color convert

RGB 213 144 73 -
CMYK 0 0.32 0.66 0.16
HSL 30.43º 0.63% 0.56% -
HSV(B) 30.43º 0.66% 0.84% -
XYZ 38.62 34.57 10.94 -
YUV 156.54 80.86 168.27 -
System Red Green Blue C M Y K H S L
Decimal 213 144 73 0 0.32 0.66 0.16 30.43 0.63 0.56
Hex D5 90 49 0 20 42 10 1E 3E 38
Octal 325 220 111 0 40 102 20 36 76 70
Binary 11010101 10010000 1001001 0 100000 1000010 10000 11110 111110 111000

Color Harmonies of #D59049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59049

Black with #D59049

Text Example


Text Example

White with #D59049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59049; }

 p { color: rgb(213,144,73); }

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

background-color css

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

 a { background-color: rgb(213,144,73); }

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

border-color css

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

 span { border-color: rgb(213,144,73); }

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