Html Css Color HEX #D59F3A Fire Bush

📋 copy color: '#D59F3A'

red 213 ◦ green 159 ◦ blue 58

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

Shades of Fire Bush #D59F3A

Tints of Fire Bush #D59F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.49%

R = 49.53%
G = 36.98%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D59F3A (or 0xD59F3A) is known color: Fire Bush. HEX triplet: D5, 9F and 3A. RGB value is (213,159,58). Sum of RGB (Red+Green+Blue) = 213+159+58=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59F3A is #2A60C5. Grayscale: #A4A4A4. Windows color (decimal): -2777286 or 3842005. OLE color: 3842005.

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

Color convert

RGB 213 159 58 -
CMYK 0 0.25 0.73 0.16
HSL 39.1º 0.65% 0.53% -
HSV(B) 39.1º 0.73% 0.84% -
XYZ 40.6 39.25 9.44 -
YUV 163.63 68.39 163.21 -
System Red Green Blue C M Y K H S L
Decimal 213 159 58 0 0.25 0.73 0.16 39.1 0.65 0.53
Hex D5 9F 3A 0 19 49 10 27 41 35
Octal 325 237 72 0 31 111 20 47 101 65
Binary 11010101 10011111 111010 0 11001 1001001 10000 100111 1000001 110101

Color Harmonies of #D59F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F3A

Black with #D59F3A

Text Example


Text Example

White with #D59F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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