Html Css Color HEX #D59040 Fire Bush

📋 copy color: '#D59040'

red 213 ◦ green 144 ◦ blue 64

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

Shades of Fire Bush #D59040

Tints of Fire Bush #D59040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.2%

R = 50.59%
G = 34.2%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D59040 (or 0xD59040) is known color: Fire Bush. HEX triplet: D5, 90 and 40. RGB value is (213,144,64). Sum of RGB (Red+Green+Blue) = 213+144+64=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D59040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59040 is #2A6FBF. Grayscale: #9B9B9B. Windows color (decimal): -2781120 or 4231381. OLE color: 4231381.

HSL color Cylindrical-coordinate representation of color #D59040: hue angle of 32.21º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D59040 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 144 64 -
CMYK 0 0.32 0.70 0.16
HSL 32.21º 0.64% 0.54% -
HSV(B) 32.21º 0.7% 0.84% -
XYZ 38.34 34.46 9.48 -
YUV 155.51 76.36 169 -
System Red Green Blue C M Y K H S L
Decimal 213 144 64 0 0.32 0.70 0.16 32.21 0.64 0.54
Hex D5 90 40 0 20 46 10 20 40 36
Octal 325 220 100 0 40 106 20 40 100 66
Binary 11010101 10010000 1000000 0 100000 1000110 10000 100000 1000000 110110

Color Harmonies of #D59040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59040

Black with #D59040

Text Example


Text Example

White with #D59040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59040; }

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

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

background-color css

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

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

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

border-color css

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

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

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