Html Css Color HEX #D49541 Fire Bush

📋 copy color: '#D49541'

red 212 ◦ green 149 ◦ blue 65

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

Shades of Fire Bush #D49541

Tints of Fire Bush #D49541

RGB

 RED value IS 212 (83.2% from 255) = 49.77%

 GREEN value IS 149 (58.59% from 255) = 34.98%

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

R = 49.77%
G = 34.98%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D49541 (or 0xD49541) is known color: Fire Bush. HEX triplet: D4, 95 and 41. RGB value is (212,149,65). Sum of RGB (Red+Green+Blue) = 212+149+65=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D49541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49541 is #2B6ABE. Grayscale: #9E9E9E. Windows color (decimal): -2845375 or 4298196. OLE color: 4298196.

HSL color Cylindrical-coordinate representation of color #D49541: hue angle of 34.29º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D49541 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 149 65 -
CMYK 0 0.30 0.69 0.17
HSL 34.29º 0.63% 0.54% -
HSV(B) 34.29º 0.69% 0.83% -
XYZ 38.85 35.87 9.88 -
YUV 158.26 75.37 166.33 -
System Red Green Blue C M Y K H S L
Decimal 212 149 65 0 0.30 0.69 0.17 34.29 0.63 0.54
Hex D4 95 41 0 1E 45 11 22 3F 36
Octal 324 225 101 0 36 105 21 42 77 66
Binary 11010100 10010101 1000001 0 11110 1000101 10001 100010 111111 110110

Color Harmonies of #D49541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49541

Black with #D49541

Text Example


Text Example

White with #D49541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49541; }

 p { color: rgb(212,149,65); }

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

background-color css

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

 a { background-color: rgb(212,149,65); }

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

border-color css

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

 span { border-color: rgb(212,149,65); }

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