Html Css Color HEX #DDA047 Fire Bush

📋 copy color: '#DDA047'

red 221 ◦ green 160 ◦ blue 71

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

Shades of Fire Bush #DDA047

Tints of Fire Bush #DDA047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.71%

R = 48.89%
G = 35.4%
B = 15.71%

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

#DDA047 (or 0xDDA047) is known color: Fire Bush. HEX triplet: DD, A0 and 47. RGB value is (221,160,71). Sum of RGB (Red+Green+Blue) = 221+160+71=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 71 (28.12% from 255 or 15.71% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA047 is #225FB8. Grayscale: #A8A8A8. Windows color (decimal): -2252729 or 4694237. OLE color: 4694237.

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

Color convert

RGB 221 160 71 -
CMYK 0 0.28 0.68 0.13
HSL 35.6º 0.69% 0.57% -
HSV(B) 35.6º 0.68% 0.87% -
XYZ 43.53 40.97 11.57 -
YUV 168.09 73.21 165.74 -
System Red Green Blue C M Y K H S L
Decimal 221 160 71 0 0.28 0.68 0.13 35.6 0.69 0.57
Hex DD A0 47 0 1C 44 D 24 45 39
Octal 335 240 107 0 34 104 15 44 105 71
Binary 11011101 10100000 1000111 0 11100 1000100 1101 100100 1000101 111001

Color Harmonies of #DDA047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA047

Black with #DDA047

Text Example


Text Example

White with #DDA047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA047; }

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

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

background-color css

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

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

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

border-color css

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

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

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