Html Css Color HEX #D59D40 Fire Bush

📋 copy color: '#D59D40'

red 213 ◦ green 157 ◦ blue 64

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

Shades of Fire Bush #D59D40

Tints of Fire Bush #D59D40

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.18%

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

R = 49.08%
G = 36.18%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D59D40 (or 0xD59D40) is known color: Fire Bush. HEX triplet: D5, 9D and 40. RGB value is (213,157,64). Sum of RGB (Red+Green+Blue) = 213+157+64=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59D40 is #2A62BF. Grayscale: #A3A3A3. Windows color (decimal): -2777792 or 4234709. OLE color: 4234709.

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

Color convert

RGB 213 157 64 -
CMYK 0 0.26 0.70 0.16
HSL 37.45º 0.64% 0.54% -
HSV(B) 37.45º 0.7% 0.84% -
XYZ 40.42 38.63 10.18 -
YUV 163.14 72.05 163.56 -
System Red Green Blue C M Y K H S L
Decimal 213 157 64 0 0.26 0.70 0.16 37.45 0.64 0.54
Hex D5 9D 40 0 1A 46 10 25 40 36
Octal 325 235 100 0 32 106 20 45 100 66
Binary 11010101 10011101 1000000 0 11010 1000110 10000 100101 1000000 110110

Color Harmonies of #D59D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D40

Black with #D59D40

Text Example


Text Example

White with #D59D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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