Html Css Color HEX #D59340 Fire Bush

📋 copy color: '#D59340'

red 213 ◦ green 147 ◦ blue 64

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

Shades of Fire Bush #D59340

Tints of Fire Bush #D59340

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.67%

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

R = 50.24%
G = 34.67%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D59340 (or 0xD59340) is known color: Fire Bush. HEX triplet: D5, 93 and 40. RGB value is (213,147,64). Sum of RGB (Red+Green+Blue) = 213+147+64=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D59340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59340 is #2A6CBF. Grayscale: #9D9D9D. Windows color (decimal): -2780352 or 4232149. OLE color: 4232149.

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

Color convert

RGB 213 147 64 -
CMYK 0 0.31 0.70 0.16
HSL 33.42º 0.64% 0.54% -
HSV(B) 33.42º 0.7% 0.84% -
XYZ 38.8 35.38 9.64 -
YUV 157.27 75.37 167.75 -
System Red Green Blue C M Y K H S L
Decimal 213 147 64 0 0.31 0.70 0.16 33.42 0.64 0.54
Hex D5 93 40 0 1F 46 10 21 40 36
Octal 325 223 100 0 37 106 20 41 100 66
Binary 11010101 10010011 1000000 0 11111 1000110 10000 100001 1000000 110110

Color Harmonies of #D59340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59340

Black with #D59340

Text Example


Text Example

White with #D59340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59340; }

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

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

background-color css

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

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

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

border-color css

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

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

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