Html Css Color HEX #DDA147 Fire Bush

📋 copy color: '#DDA147'

red 221 ◦ green 161 ◦ blue 71

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

Shades of Fire Bush #DDA147

Tints of Fire Bush #DDA147

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.54%

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

R = 48.79%
G = 35.54%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDA147 (or 0xDDA147) is known color: Fire Bush. HEX triplet: DD, A1 and 47. RGB value is (221,161,71). Sum of RGB (Red+Green+Blue) = 221+161+71=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA147 is #225EB8. Grayscale: #A9A9A9. Windows color (decimal): -2252473 or 4694493. OLE color: 4694493.

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

Color convert

RGB 221 161 71 -
CMYK 0 0.27 0.68 0.13
HSL 36º 0.69% 0.57% -
HSV(B) 36º 0.68% 0.87% -
XYZ 43.7 41.32 11.63 -
YUV 168.68 72.88 165.32 -
System Red Green Blue C M Y K H S L
Decimal 221 161 71 0 0.27 0.68 0.13 36 0.69 0.57
Hex DD A1 47 0 1B 44 D 24 45 39
Octal 335 241 107 0 33 104 15 44 105 71
Binary 11011101 10100001 1000111 0 11011 1000100 1101 100100 1000101 111001

Color Harmonies of #DDA147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA147

Black with #DDA147

Text Example


Text Example

White with #DDA147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA147; }

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

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

background-color css

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

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

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

border-color css

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

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

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