Html Css Color HEX #DFA03B Fire Bush

📋 copy color: '#DFA03B'

red 223 ◦ green 160 ◦ blue 59

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

Shades of Fire Bush #DFA03B

Tints of Fire Bush #DFA03B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.2%

 BLUE value IS 59 (23.44% from 255) = 13.35%

R = 50.45%
G = 36.2%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DFA03B (or 0xDFA03B) is known color: Fire Bush. HEX triplet: DF, A0 and 3B. RGB value is (223,160,59). Sum of RGB (Red+Green+Blue) = 223+160+59=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 59 (23.44% from 255 or 13.35% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA03B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA03B is #205FC4. Grayscale: #A7A7A7. Windows color (decimal): -2121669 or 3907807. OLE color: 3907807.

HSL color Cylindrical-coordinate representation of color #DFA03B: hue angle of 36.95º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFA03B is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 160 59 -
CMYK 0 0.28 0.74 0.13
HSL 36.95º 0.72% 0.55% -
HSV(B) 36.95º 0.74% 0.87% -
XYZ 43.79 41.15 9.77 -
YUV 167.32 66.87 167.71 -
System Red Green Blue C M Y K H S L
Decimal 223 160 59 0 0.28 0.74 0.13 36.95 0.72 0.55
Hex DF A0 3B 0 1C 4A D 25 48 37
Octal 337 240 73 0 34 112 15 45 110 67
Binary 11011111 10100000 111011 0 11100 1001010 1101 100101 1001000 110111

Color Harmonies of #DFA03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA03B

Black with #DFA03B

Text Example


Text Example

White with #DFA03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA03B; }

 p { color: rgb(223,160,59); }

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

background-color css

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

 a { background-color: rgb(223,160,59); }

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

border-color css

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

 span { border-color: rgb(223,160,59); }

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