Html Css Color HEX #D59F3F Fire Bush

📋 copy color: '#D59F3F'

red 213 ◦ green 159 ◦ blue 63

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

Shades of Fire Bush #D59F3F

Tints of Fire Bush #D59F3F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.55%

 BLUE value IS 63 (25% from 255) = 14.48%

R = 48.97%
G = 36.55%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D59F3F (or 0xD59F3F) is known color: Fire Bush. HEX triplet: D5, 9F and 3F. RGB value is (213,159,63). Sum of RGB (Red+Green+Blue) = 213+159+63=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59F3F is #2A60C0. Grayscale: #A4A4A4. Windows color (decimal): -2777281 or 4169685. OLE color: 4169685.

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

Color convert

RGB 213 159 63 -
CMYK 0 0.25 0.70 0.16
HSL 38.4º 0.64% 0.54% -
HSV(B) 38.4º 0.7% 0.84% -
XYZ 40.74 39.3 10.14 -
YUV 164.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 213 159 63 0 0.25 0.70 0.16 38.4 0.64 0.54
Hex D5 9F 3F 0 19 46 10 26 40 36
Octal 325 237 77 0 31 106 20 46 100 66
Binary 11010101 10011111 111111 0 11001 1000110 10000 100110 1000000 110110

Color Harmonies of #D59F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F3F

Black with #D59F3F

Text Example


Text Example

White with #D59F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F3F; }

 p { color: rgb(213,159,63); }

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

background-color css

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

 a { background-color: rgb(213,159,63); }

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

border-color css

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

 span { border-color: rgb(213,159,63); }

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