Html Css Color HEX #D59D41 Fire Bush

📋 copy color: '#D59D41'

red 213 ◦ green 157 ◦ blue 65

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

Shades of Fire Bush #D59D41

Tints of Fire Bush #D59D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.94%

R = 48.97%
G = 36.09%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D59D41 (or 0xD59D41) is known color: Fire Bush. HEX triplet: D5, 9D and 41. RGB value is (213,157,65). Sum of RGB (Red+Green+Blue) = 213+157+65=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59D41 is #2A62BE. Grayscale: #A3A3A3. Windows color (decimal): -2777791 or 4300245. OLE color: 4300245.

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

Color convert

RGB 213 157 65 -
CMYK 0 0.26 0.69 0.16
HSL 37.3º 0.64% 0.55% -
HSV(B) 37.3º 0.69% 0.84% -
XYZ 40.45 38.64 10.33 -
YUV 163.26 72.55 163.48 -
System Red Green Blue C M Y K H S L
Decimal 213 157 65 0 0.26 0.69 0.16 37.3 0.64 0.55
Hex D5 9D 41 0 1A 45 10 25 40 37
Octal 325 235 101 0 32 105 20 45 100 67
Binary 11010101 10011101 1000001 0 11010 1000101 10000 100101 1000000 110111

Color Harmonies of #D59D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D41

Black with #D59D41

Text Example


Text Example

White with #D59D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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