Html Css Color HEX #DDA349 Fire Bush

📋 copy color: '#DDA349'

red 221 ◦ green 163 ◦ blue 73

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

Shades of Fire Bush #DDA349

Tints of Fire Bush #DDA349

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.67%

 BLUE value IS 73 (28.91% from 255) = 15.97%

R = 48.36%
G = 35.67%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDA349 (or 0xDDA349) is known color: Fire Bush. HEX triplet: DD, A3 and 49. RGB value is (221,163,73). Sum of RGB (Red+Green+Blue) = 221+163+73=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA349 is #225CB6. Grayscale: #AAAAAA. Windows color (decimal): -2251959 or 4826077. OLE color: 4826077.

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

Color convert

RGB 221 163 73 -
CMYK 0 0.26 0.67 0.13
HSL 36.49º 0.69% 0.58% -
HSV(B) 36.49º 0.67% 0.87% -
XYZ 44.12 42.05 12.09 -
YUV 170.08 73.22 164.32 -
System Red Green Blue C M Y K H S L
Decimal 221 163 73 0 0.26 0.67 0.13 36.49 0.69 0.58
Hex DD A3 49 0 1A 43 D 24 45 3A
Octal 335 243 111 0 32 103 15 44 105 72
Binary 11011101 10100011 1001001 0 11010 1000011 1101 100100 1000101 111010

Color Harmonies of #DDA349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA349

Black with #DDA349

Text Example


Text Example

White with #DDA349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA349; }

 p { color: rgb(221,163,73); }

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

background-color css

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

 a { background-color: rgb(221,163,73); }

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

border-color css

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

 span { border-color: rgb(221,163,73); }

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