Html Css Color HEX #D59449 Fire Bush

📋 copy color: '#D59449'

red 213 ◦ green 148 ◦ blue 73

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

Shades of Fire Bush #D59449

Tints of Fire Bush #D59449

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.1%

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

R = 49.08%
G = 34.1%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D59449 (or 0xD59449) is known color: Fire Bush. HEX triplet: D5, 94 and 49. RGB value is (213,148,73). Sum of RGB (Red+Green+Blue) = 213+148+73=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D59449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59449 is #2A6BB6. Grayscale: #9F9F9F. Windows color (decimal): -2780087 or 4822229. OLE color: 4822229.

HSL color Cylindrical-coordinate representation of color #D59449: hue angle of 32.14º 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 #D59449 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 148 73 -
CMYK 0 0.31 0.66 0.16
HSL 32.14º 0.63% 0.56% -
HSV(B) 32.14º 0.66% 0.84% -
XYZ 39.23 35.81 11.15 -
YUV 158.89 79.53 166.6 -
System Red Green Blue C M Y K H S L
Decimal 213 148 73 0 0.31 0.66 0.16 32.14 0.63 0.56
Hex D5 94 49 0 1F 42 10 20 3E 38
Octal 325 224 111 0 37 102 20 40 76 70
Binary 11010101 10010100 1001001 0 11111 1000010 10000 100000 111110 111000

Color Harmonies of #D59449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59449

Black with #D59449

Text Example


Text Example

White with #D59449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59449; }

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

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

background-color css

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

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

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

border-color css

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

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

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