Html Css Color HEX #D49641 Fire Bush

📋 copy color: '#D49641'

red 212 ◦ green 150 ◦ blue 65

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

Shades of Fire Bush #D49641

Tints of Fire Bush #D49641

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.13%

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

R = 49.65%
G = 35.13%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D49641 (or 0xD49641) is known color: Fire Bush. HEX triplet: D4, 96 and 41. RGB value is (212,150,65). Sum of RGB (Red+Green+Blue) = 212+150+65=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D49641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49641 is #2B69BE. Grayscale: #9F9F9F. Windows color (decimal): -2845119 or 4298452. OLE color: 4298452.

HSL color Cylindrical-coordinate representation of color #D49641: hue angle of 34.69º 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 #D49641 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 150 65 -
CMYK 0 0.29 0.69 0.17
HSL 34.69º 0.63% 0.54% -
HSV(B) 34.69º 0.69% 0.83% -
XYZ 39.01 36.19 9.93 -
YUV 158.85 75.04 165.91 -
System Red Green Blue C M Y K H S L
Decimal 212 150 65 0 0.29 0.69 0.17 34.69 0.63 0.54
Hex D4 96 41 0 1D 45 11 23 3F 36
Octal 324 226 101 0 35 105 21 43 77 66
Binary 11010100 10010110 1000001 0 11101 1000101 10001 100011 111111 110110

Color Harmonies of #D49641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49641

Black with #D49641

Text Example


Text Example

White with #D49641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49641; }

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

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

background-color css

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

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

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

border-color css

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

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

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