Html Css Color HEX #D49D3F Fire Bush

📋 copy color: '#D49D3F'

red 212 ◦ green 157 ◦ blue 63

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

Shades of Fire Bush #D49D3F

Tints of Fire Bush #D49D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.58%

R = 49.07%
G = 36.34%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D49D3F (or 0xD49D3F) is known color: Fire Bush. HEX triplet: D4, 9D and 3F. RGB value is (212,157,63). Sum of RGB (Red+Green+Blue) = 212+157+63=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49D3F is #2B62C0. Grayscale: #A3A3A3. Windows color (decimal): -2843329 or 4169172. OLE color: 4169172.

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

Color convert

RGB 212 157 63 -
CMYK 0 0.26 0.70 0.17
HSL 37.85º 0.63% 0.54% -
HSV(B) 37.85º 0.7% 0.83% -
XYZ 40.11 38.47 10.01 -
YUV 162.73 71.72 163.14 -
System Red Green Blue C M Y K H S L
Decimal 212 157 63 0 0.26 0.70 0.17 37.85 0.63 0.54
Hex D4 9D 3F 0 1A 46 11 26 3F 36
Octal 324 235 77 0 32 106 21 46 77 66
Binary 11010100 10011101 111111 0 11010 1000110 10001 100110 111111 110110

Color Harmonies of #D49D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D3F

Black with #D49D3F

Text Example


Text Example

White with #D49D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D3F; }

 p { color: rgb(212,157,63); }

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

background-color css

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

 a { background-color: rgb(212,157,63); }

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

border-color css

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

 span { border-color: rgb(212,157,63); }

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