Html Css Color HEX #DDA046 Fire Bush

📋 copy color: '#DDA046'

red 221 ◦ green 160 ◦ blue 70

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

Shades of Fire Bush #DDA046

Tints of Fire Bush #DDA046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.52%

R = 49%
G = 35.48%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDA046 (or 0xDDA046) is known color: Fire Bush. HEX triplet: DD, A0 and 46. RGB value is (221,160,70). Sum of RGB (Red+Green+Blue) = 221+160+70=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA046 is #225FB9. Grayscale: #A8A8A8. Windows color (decimal): -2252730 or 4628701. OLE color: 4628701.

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

Color convert

RGB 221 160 70 -
CMYK 0 0.28 0.68 0.13
HSL 35.76º 0.69% 0.57% -
HSV(B) 35.76º 0.68% 0.87% -
XYZ 43.5 40.96 11.41 -
YUV 167.98 72.71 165.82 -
System Red Green Blue C M Y K H S L
Decimal 221 160 70 0 0.28 0.68 0.13 35.76 0.69 0.57
Hex DD A0 46 0 1C 44 D 24 45 39
Octal 335 240 106 0 34 104 15 44 105 71
Binary 11011101 10100000 1000110 0 11100 1000100 1101 100100 1000101 111001

Color Harmonies of #DDA046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA046

Black with #DDA046

Text Example


Text Example

White with #DDA046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA046; }

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

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

background-color css

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

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

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

border-color css

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

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

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