Html Css Color HEX #D59341 Fire Bush

📋 copy color: '#D59341'

red 213 ◦ green 147 ◦ blue 65

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

Shades of Fire Bush #D59341

Tints of Fire Bush #D59341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.29%

R = 50.12%
G = 34.59%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D59341 (or 0xD59341) is known color: Fire Bush. HEX triplet: D5, 93 and 41. RGB value is (213,147,65). Sum of RGB (Red+Green+Blue) = 213+147+65=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D59341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59341 is #2A6CBE. Grayscale: #9D9D9D. Windows color (decimal): -2780351 or 4297685. OLE color: 4297685.

HSL color Cylindrical-coordinate representation of color #D59341: hue angle of 33.24º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D59341 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 147 65 -
CMYK 0 0.31 0.69 0.16
HSL 33.24º 0.64% 0.55% -
HSV(B) 33.24º 0.69% 0.84% -
XYZ 38.83 35.4 9.79 -
YUV 157.39 75.87 167.67 -
System Red Green Blue C M Y K H S L
Decimal 213 147 65 0 0.31 0.69 0.16 33.24 0.64 0.55
Hex D5 93 41 0 1F 45 10 21 40 37
Octal 325 223 101 0 37 105 20 41 100 67
Binary 11010101 10010011 1000001 0 11111 1000101 10000 100001 1000000 110111

Color Harmonies of #D59341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59341

Black with #D59341

Text Example


Text Example

White with #D59341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59341; }

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

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

background-color css

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

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

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

border-color css

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

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

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