Html Css Color HEX #DDA140 Fire Bush

📋 copy color: '#DDA140'

red 221 ◦ green 161 ◦ blue 64

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

Shades of Fire Bush #DDA140

Tints of Fire Bush #DDA140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.35%

R = 49.55%
G = 36.1%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDA140 (or 0xDDA140) is known color: Fire Bush. HEX triplet: DD, A1 and 40. RGB value is (221,161,64). Sum of RGB (Red+Green+Blue) = 221+161+64=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA140 is #225EBF. Grayscale: #A8A8A8. Windows color (decimal): -2252480 or 4235741. OLE color: 4235741.

HSL color Cylindrical-coordinate representation of color #DDA140: hue angle of 37.07º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDA140 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 64 -
CMYK 0 0.27 0.71 0.13
HSL 37.07º 0.7% 0.56% -
HSV(B) 37.07º 0.71% 0.87% -
XYZ 43.49 41.23 10.52 -
YUV 167.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 221 161 64 0 0.27 0.71 0.13 37.07 0.7 0.56
Hex DD A1 40 0 1B 47 D 25 46 38
Octal 335 241 100 0 33 107 15 45 106 70
Binary 11011101 10100001 1000000 0 11011 1000111 1101 100101 1000110 111000

Color Harmonies of #DDA140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA140

Black with #DDA140

Text Example


Text Example

White with #DDA140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA140; }

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

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

background-color css

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

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

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

border-color css

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

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

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