Html Css Color HEX #DDA040 Fire Bush

📋 copy color: '#DDA040'

red 221 ◦ green 160 ◦ blue 64

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

Shades of Fire Bush #DDA040

Tints of Fire Bush #DDA040

RGB

 RED value IS 221 (86.72% from 255) = 49.66%

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

 BLUE value IS 64 (25.39% from 255) = 14.38%

R = 49.66%
G = 35.96%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDA040 (or 0xDDA040) is known color: Fire Bush. HEX triplet: DD, A0 and 40. RGB value is (221,160,64). Sum of RGB (Red+Green+Blue) = 221+160+64=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA040 is #225FBF. Grayscale: #A7A7A7. Windows color (decimal): -2252736 or 4235485. OLE color: 4235485.

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

Color convert

RGB 221 160 64 -
CMYK 0 0.28 0.71 0.13
HSL 36.69º 0.7% 0.56% -
HSV(B) 36.69º 0.71% 0.87% -
XYZ 43.32 40.88 10.46 -
YUV 167.3 69.71 166.31 -
System Red Green Blue C M Y K H S L
Decimal 221 160 64 0 0.28 0.71 0.13 36.69 0.7 0.56
Hex DD A0 40 0 1C 47 D 25 46 38
Octal 335 240 100 0 34 107 15 45 106 70
Binary 11011101 10100000 1000000 0 11100 1000111 1101 100101 1000110 111000

Color Harmonies of #DDA040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA040

Black with #DDA040

Text Example


Text Example

White with #DDA040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA040; }

 p { color: rgb(221,160,64); }

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

background-color css

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

 a { background-color: rgb(221,160,64); }

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

border-color css

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

 span { border-color: rgb(221,160,64); }

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