Html Css Color HEX #D59D3C Fire Bush

📋 copy color: '#D59D3C'

red 213 ◦ green 157 ◦ blue 60

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

Shades of Fire Bush #D59D3C

Tints of Fire Bush #D59D3C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.51%

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

R = 49.53%
G = 36.51%
B = 13.95%

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

#D59D3C (or 0xD59D3C) is known color: Fire Bush. HEX triplet: D5, 9D and 3C. RGB value is (213,157,60). Sum of RGB (Red+Green+Blue) = 213+157+60=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59D3C is #2A62C3. Grayscale: #A3A3A3. Windows color (decimal): -2777796 or 3972565. OLE color: 3972565.

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

Color convert

RGB 213 157 60 -
CMYK 0 0.26 0.72 0.16
HSL 38.04º 0.65% 0.54% -
HSV(B) 38.04º 0.72% 0.84% -
XYZ 40.31 38.59 9.6 -
YUV 162.69 70.05 163.89 -
System Red Green Blue C M Y K H S L
Decimal 213 157 60 0 0.26 0.72 0.16 38.04 0.65 0.54
Hex D5 9D 3C 0 1A 48 10 26 41 36
Octal 325 235 74 0 32 110 20 46 101 66
Binary 11010101 10011101 111100 0 11010 1001000 10000 100110 1000001 110110

Color Harmonies of #D59D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D3C

Black with #D59D3C

Text Example


Text Example

White with #D59D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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