Html Css Color HEX #DDA241 Fire Bush

📋 copy color: '#DDA241'

red 221 ◦ green 162 ◦ blue 65

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

Shades of Fire Bush #DDA241

Tints of Fire Bush #DDA241

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.16%

 BLUE value IS 65 (25.78% from 255) = 14.51%

R = 49.33%
G = 36.16%
B = 14.51%

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

#DDA241 (or 0xDDA241) is known color: Fire Bush. HEX triplet: DD, A2 and 41. RGB value is (221,162,65). Sum of RGB (Red+Green+Blue) = 221+162+65=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA241 is #225DBE. Grayscale: #A9A9A9. Windows color (decimal): -2252223 or 4301533. OLE color: 4301533.

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

Color convert

RGB 221 162 65 -
CMYK 0 0.27 0.71 0.13
HSL 37.31º 0.7% 0.56% -
HSV(B) 37.31º 0.71% 0.87% -
XYZ 43.69 41.59 10.73 -
YUV 168.58 69.55 165.39 -
System Red Green Blue C M Y K H S L
Decimal 221 162 65 0 0.27 0.71 0.13 37.31 0.7 0.56
Hex DD A2 41 0 1B 47 D 25 46 38
Octal 335 242 101 0 33 107 15 45 106 70
Binary 11011101 10100010 1000001 0 11011 1000111 1101 100101 1000110 111000

Color Harmonies of #DDA241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA241

Black with #DDA241

Text Example


Text Example

White with #DDA241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA241; }

 p { color: rgb(221,162,65); }

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

background-color css

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

 a { background-color: rgb(221,162,65); }

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

border-color css

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

 span { border-color: rgb(221,162,65); }

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