Html Css Color HEX #DFA347 Fire Bush

📋 copy color: '#DFA347'

red 223 ◦ green 163 ◦ blue 71

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

Shades of Fire Bush #DFA347

Tints of Fire Bush #DFA347

RGB

 RED value IS 223 (87.5% from 255) = 48.8%

 GREEN value IS 163 (64.06% from 255) = 35.67%

 BLUE value IS 71 (28.13% from 255) = 15.54%

R = 48.8%
G = 35.67%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DFA347 (or 0xDFA347) is known color: Fire Bush. HEX triplet: DF, A3 and 47. RGB value is (223,163,71). Sum of RGB (Red+Green+Blue) = 223+163+71=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 71 (28.12% from 255 or 15.54% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA347 is #205CB8. Grayscale: #AAAAAA. Windows color (decimal): -2120889 or 4695007. OLE color: 4695007.

HSL color Cylindrical-coordinate representation of color #DFA347: hue angle of 36.32º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFA347 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 163 71 -
CMYK 0 0.27 0.68 0.13
HSL 36.32º 0.7% 0.58% -
HSV(B) 36.32º 0.68% 0.87% -
XYZ 44.67 42.34 11.78 -
YUV 170.45 71.88 165.48 -
System Red Green Blue C M Y K H S L
Decimal 223 163 71 0 0.27 0.68 0.13 36.32 0.7 0.58
Hex DF A3 47 0 1B 44 D 24 46 3A
Octal 337 243 107 0 33 104 15 44 106 72
Binary 11011111 10100011 1000111 0 11011 1000100 1101 100100 1000110 111010

Color Harmonies of #DFA347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA347

Black with #DFA347

Text Example


Text Example

White with #DFA347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA347; }

 p { color: rgb(223,163,71); }

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

background-color css

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

 a { background-color: rgb(223,163,71); }

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

border-color css

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

 span { border-color: rgb(223,163,71); }

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