Html Css Color HEX #D59A40 Fire Bush

📋 copy color: '#D59A40'

red 213 ◦ green 154 ◦ blue 64

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

Shades of Fire Bush #D59A40

Tints of Fire Bush #D59A40

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.73%

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

R = 49.42%
G = 35.73%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D59A40 (or 0xD59A40) is known color: Fire Bush. HEX triplet: D5, 9A and 40. RGB value is (213,154,64). Sum of RGB (Red+Green+Blue) = 213+154+64=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A40 is #2A65BF. Grayscale: #A1A1A1. Windows color (decimal): -2778560 or 4233941. OLE color: 4233941.

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

Color convert

RGB 213 154 64 -
CMYK 0 0.28 0.70 0.16
HSL 36.24º 0.64% 0.54% -
HSV(B) 36.24º 0.7% 0.84% -
XYZ 39.92 37.63 10.01 -
YUV 161.38 73.05 164.82 -
System Red Green Blue C M Y K H S L
Decimal 213 154 64 0 0.28 0.70 0.16 36.24 0.64 0.54
Hex D5 9A 40 0 1C 46 10 24 40 36
Octal 325 232 100 0 34 106 20 44 100 66
Binary 11010101 10011010 1000000 0 11100 1000110 10000 100100 1000000 110110

Color Harmonies of #D59A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A40

Black with #D59A40

Text Example


Text Example

White with #D59A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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