Html Css Color HEX #D59E3C Fire Bush

📋 copy color: '#D59E3C'

red 213 ◦ green 158 ◦ blue 60

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

Shades of Fire Bush #D59E3C

Tints of Fire Bush #D59E3C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.66%

 BLUE value IS 60 (23.83% from 255) = 13.92%

R = 49.42%
G = 36.66%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D59E3C (or 0xD59E3C) is known color: Fire Bush. HEX triplet: D5, 9E and 3C. RGB value is (213,158,60). Sum of RGB (Red+Green+Blue) = 213+158+60=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59E3C is #2A61C3. Grayscale: #A3A3A3. Windows color (decimal): -2777540 or 3972821. OLE color: 3972821.

HSL color Cylindrical-coordinate representation of color #D59E3C: hue angle of 38.43º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D59E3C is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 158 60 -
CMYK 0 0.26 0.72 0.16
HSL 38.43º 0.65% 0.54% -
HSV(B) 38.43º 0.72% 0.84% -
XYZ 40.48 38.93 9.65 -
YUV 163.27 69.72 163.47 -
System Red Green Blue C M Y K H S L
Decimal 213 158 60 0 0.26 0.72 0.16 38.43 0.65 0.54
Hex D5 9E 3C 0 1A 48 10 26 41 36
Octal 325 236 74 0 32 110 20 46 101 66
Binary 11010101 10011110 111100 0 11010 1001000 10000 100110 1000001 110110

Color Harmonies of #D59E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59E3C

Black with #D59E3C

Text Example


Text Example

White with #D59E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59E3C; }

 p { color: rgb(213,158,60); }

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

background-color css

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

 a { background-color: rgb(213,158,60); }

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

border-color css

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

 span { border-color: rgb(213,158,60); }

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