Html Css Color HEX #D59441 Fire Bush

📋 copy color: '#D59441'

red 213 ◦ green 148 ◦ blue 65

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

Shades of Fire Bush #D59441

Tints of Fire Bush #D59441

RGB

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

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

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

R = 50%
G = 34.74%
B = 15.26%

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

#D59441 (or 0xD59441) is known color: Fire Bush. HEX triplet: D5, 94 and 41. RGB value is (213,148,65). Sum of RGB (Red+Green+Blue) = 213+148+65=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D59441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59441 is #2A6BBE. Grayscale: #9E9E9E. Windows color (decimal): -2780095 or 4297941. OLE color: 4297941.

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

Color convert

RGB 213 148 65 -
CMYK 0 0.31 0.69 0.16
HSL 33.65º 0.64% 0.55% -
HSV(B) 33.65º 0.69% 0.84% -
XYZ 38.98 35.71 9.84 -
YUV 157.97 75.53 167.25 -
System Red Green Blue C M Y K H S L
Decimal 213 148 65 0 0.31 0.69 0.16 33.65 0.64 0.55
Hex D5 94 41 0 1F 45 10 22 40 37
Octal 325 224 101 0 37 105 20 42 100 67
Binary 11010101 10010100 1000001 0 11111 1000101 10000 100010 1000000 110111

Color Harmonies of #D59441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59441

Black with #D59441

Text Example


Text Example

White with #D59441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59441; }

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

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

background-color css

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

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

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

border-color css

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

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

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