Html Css Color HEX #D59641 Fire Bush

📋 copy color: '#D59641'

red 213 ◦ green 150 ◦ blue 65

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

Shades of Fire Bush #D59641

Tints of Fire Bush #D59641

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.05%

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

R = 49.77%
G = 35.05%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D59641 (or 0xD59641) is known color: Fire Bush. HEX triplet: D5, 96 and 41. RGB value is (213,150,65). Sum of RGB (Red+Green+Blue) = 213+150+65=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 65 (25.78% from 255 or 15.19% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D59641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59641 is #2A69BE. Grayscale: #9F9F9F. Windows color (decimal): -2779583 or 4298453. OLE color: 4298453.

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

Color convert

RGB 213 150 65 -
CMYK 0 0.30 0.69 0.16
HSL 34.46º 0.64% 0.55% -
HSV(B) 34.46º 0.69% 0.84% -
XYZ 39.3 36.34 9.94 -
YUV 159.15 74.87 166.41 -
System Red Green Blue C M Y K H S L
Decimal 213 150 65 0 0.30 0.69 0.16 34.46 0.64 0.55
Hex D5 96 41 0 1E 45 10 22 40 37
Octal 325 226 101 0 36 105 20 42 100 67
Binary 11010101 10010110 1000001 0 11110 1000101 10000 100010 1000000 110111

Color Harmonies of #D59641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59641

Black with #D59641

Text Example


Text Example

White with #D59641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59641; }

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

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

background-color css

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

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

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

border-color css

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

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

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