Html Css Color HEX #D59649 Fire Bush

📋 copy color: '#D59649'

red 213 ◦ green 150 ◦ blue 73

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

Shades of Fire Bush #D59649

Tints of Fire Bush #D59649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.74%

R = 48.85%
G = 34.4%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D59649 (or 0xD59649) is known color: Fire Bush. HEX triplet: D5, 96 and 49. RGB value is (213,150,73). Sum of RGB (Red+Green+Blue) = 213+150+73=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D59649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59649 is #2A69B6. Grayscale: #A0A0A0. Windows color (decimal): -2779575 or 4822741. OLE color: 4822741.

HSL color Cylindrical-coordinate representation of color #D59649: hue angle of 33º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D59649 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 150 73 -
CMYK 0 0.30 0.66 0.16
HSL 33º 0.63% 0.56% -
HSV(B) 33º 0.66% 0.84% -
XYZ 39.55 36.44 11.25 -
YUV 160.06 78.87 165.76 -
System Red Green Blue C M Y K H S L
Decimal 213 150 73 0 0.30 0.66 0.16 33 0.63 0.56
Hex D5 96 49 0 1E 42 10 21 3E 38
Octal 325 226 111 0 36 102 20 41 76 70
Binary 11010101 10010110 1001001 0 11110 1000010 10000 100001 111110 111000

Color Harmonies of #D59649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59649

Black with #D59649

Text Example


Text Example

White with #D59649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59649; }

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

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

background-color css

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

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

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

border-color css

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

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

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