Html Css Color HEX #D59A3C Fire Bush

📋 copy color: '#D59A3C'

red 213 ◦ green 154 ◦ blue 60

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

Shades of Fire Bush #D59A3C

Tints of Fire Bush #D59A3C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.07%

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

R = 49.88%
G = 36.07%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D59A3C (or 0xD59A3C) is known color: Fire Bush. HEX triplet: D5, 9A and 3C. RGB value is (213,154,60). Sum of RGB (Red+Green+Blue) = 213+154+60=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A3C is #2A65C3. Grayscale: #A1A1A1. Windows color (decimal): -2778564 or 3971797. OLE color: 3971797.

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

Color convert

RGB 213 154 60 -
CMYK 0 0.28 0.72 0.16
HSL 36.86º 0.65% 0.54% -
HSV(B) 36.86º 0.72% 0.84% -
XYZ 39.81 37.58 9.43 -
YUV 160.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 213 154 60 0 0.28 0.72 0.16 36.86 0.65 0.54
Hex D5 9A 3C 0 1C 48 10 25 41 36
Octal 325 232 74 0 34 110 20 45 101 66
Binary 11010101 10011010 111100 0 11100 1001000 10000 100101 1000001 110110

Color Harmonies of #D59A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A3C

Black with #D59A3C

Text Example


Text Example

White with #D59A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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