Html Css Color HEX #DDA449 Fire Bush

📋 copy color: '#DDA449'

red 221 ◦ green 164 ◦ blue 73

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

Shades of Fire Bush #DDA449

Tints of Fire Bush #DDA449

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.81%

 BLUE value IS 73 (28.91% from 255) = 15.94%

R = 48.25%
G = 35.81%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDA449 (or 0xDDA449) is known color: Fire Bush. HEX triplet: DD, A4 and 49. RGB value is (221,164,73). Sum of RGB (Red+Green+Blue) = 221+164+73=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA449 is #225BB6. Grayscale: #ABABAB. Windows color (decimal): -2251703 or 4826333. OLE color: 4826333.

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

Color convert

RGB 221 164 73 -
CMYK 0 0.26 0.67 0.13
HSL 36.89º 0.69% 0.58% -
HSV(B) 36.89º 0.67% 0.87% -
XYZ 44.3 42.4 12.15 -
YUV 170.67 72.88 163.9 -
System Red Green Blue C M Y K H S L
Decimal 221 164 73 0 0.26 0.67 0.13 36.89 0.69 0.58
Hex DD A4 49 0 1A 43 D 25 45 3A
Octal 335 244 111 0 32 103 15 45 105 72
Binary 11011101 10100100 1001001 0 11010 1000011 1101 100101 1000101 111010

Color Harmonies of #DDA449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA449

Black with #DDA449

Text Example


Text Example

White with #DDA449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA449; }

 p { color: rgb(221,164,73); }

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

background-color css

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

 a { background-color: rgb(221,164,73); }

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

border-color css

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

 span { border-color: rgb(221,164,73); }

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