Html Css Color HEX #DDA039 Fire Bush

📋 copy color: '#DDA039'

red 221 ◦ green 160 ◦ blue 57

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

Shades of Fire Bush #DDA039

Tints of Fire Bush #DDA039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.01%

R = 50.46%
G = 36.53%
B = 13.01%

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

#DDA039 (or 0xDDA039) is known color: Fire Bush. HEX triplet: DD, A0 and 39. RGB value is (221,160,57). Sum of RGB (Red+Green+Blue) = 221+160+57=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA039 is #225FC6. Grayscale: #A6A6A6. Windows color (decimal): -2252743 or 3776733. OLE color: 3776733.

HSL color Cylindrical-coordinate representation of color #DDA039: hue angle of 37.68º degrees, saturation: 0.71, 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 #DDA039 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 160 57 -
CMYK 0 0.28 0.74 0.13
HSL 37.68º 0.71% 0.55% -
HSV(B) 37.68º 0.74% 0.87% -
XYZ 43.13 40.81 9.47 -
YUV 166.5 66.21 166.88 -
System Red Green Blue C M Y K H S L
Decimal 221 160 57 0 0.28 0.74 0.13 37.68 0.71 0.55
Hex DD A0 39 0 1C 4A D 26 47 37
Octal 335 240 71 0 34 112 15 46 107 67
Binary 11011101 10100000 111001 0 11100 1001010 1101 100110 1000111 110111

Color Harmonies of #DDA039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA039

Black with #DDA039

Text Example


Text Example

White with #DDA039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA039; }

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

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

background-color css

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

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

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

border-color css

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

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

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