Html Css Color HEX #D59240 Fire Bush

📋 copy color: '#D59240'

red 213 ◦ green 146 ◦ blue 64

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

Shades of Fire Bush #D59240

Tints of Fire Bush #D59240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.52%

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

R = 50.35%
G = 34.52%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D59240 (or 0xD59240) is known color: Fire Bush. HEX triplet: D5, 92 and 40. RGB value is (213,146,64). Sum of RGB (Red+Green+Blue) = 213+146+64=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D59240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59240 is #2A6DBF. Grayscale: #9D9D9D. Windows color (decimal): -2780608 or 4231893. OLE color: 4231893.

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

Color convert

RGB 213 146 64 -
CMYK 0 0.31 0.70 0.16
HSL 33.02º 0.64% 0.54% -
HSV(B) 33.02º 0.7% 0.84% -
XYZ 38.64 35.07 9.58 -
YUV 156.69 75.7 168.17 -
System Red Green Blue C M Y K H S L
Decimal 213 146 64 0 0.31 0.70 0.16 33.02 0.64 0.54
Hex D5 92 40 0 1F 46 10 21 40 36
Octal 325 222 100 0 37 106 20 41 100 66
Binary 11010101 10010010 1000000 0 11111 1000110 10000 100001 1000000 110110

Color Harmonies of #D59240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59240

Black with #D59240

Text Example


Text Example

White with #D59240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59240; }

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

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

background-color css

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

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

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

border-color css

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

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

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