Html Css Color HEX #D59F3D Fire Bush

📋 copy color: '#D59F3D'

red 213 ◦ green 159 ◦ blue 61

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

Shades of Fire Bush #D59F3D

Tints of Fire Bush #D59F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.09%

R = 49.19%
G = 36.72%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D59F3D (or 0xD59F3D) is known color: Fire Bush. HEX triplet: D5, 9F and 3D. RGB value is (213,159,61). Sum of RGB (Red+Green+Blue) = 213+159+61=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59F3D is #2A60C2. Grayscale: #A4A4A4. Windows color (decimal): -2777283 or 4038613. OLE color: 4038613.

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

Color convert

RGB 213 159 61 -
CMYK 0 0.25 0.71 0.16
HSL 38.68º 0.64% 0.54% -
HSV(B) 38.68º 0.71% 0.84% -
XYZ 40.68 39.28 9.85 -
YUV 163.97 69.89 162.97 -
System Red Green Blue C M Y K H S L
Decimal 213 159 61 0 0.25 0.71 0.16 38.68 0.64 0.54
Hex D5 9F 3D 0 19 47 10 27 40 36
Octal 325 237 75 0 31 107 20 47 100 66
Binary 11010101 10011111 111101 0 11001 1000111 10000 100111 1000000 110110

Color Harmonies of #D59F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F3D

Black with #D59F3D

Text Example


Text Example

White with #D59F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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