Html Css Color HEX #DD954F Fire Bush

📋 copy color: '#DD954F'

red 221 ◦ green 149 ◦ blue 79

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

Shades of Fire Bush #DD954F

Tints of Fire Bush #DD954F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.18%

 BLUE value IS 79 (31.25% from 255) = 17.59%

R = 49.22%
G = 33.18%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD954F (or 0xDD954F) is known color: Fire Bush. HEX triplet: DD, 95 and 4F. RGB value is (221,149,79). Sum of RGB (Red+Green+Blue) = 221+149+79=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD954F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD954F is #226AB0. Grayscale: #A2A2A2. Windows color (decimal): -2255537 or 5215709. OLE color: 5215709.

HSL color Cylindrical-coordinate representation of color #DD954F: hue angle of 29.58º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD954F is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 149 79 -
CMYK 0 0.33 0.64 0.13
HSL 29.58º 0.68% 0.59% -
HSV(B) 29.58º 0.64% 0.87% -
XYZ 41.98 37.43 12.41 -
YUV 162.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 221 149 79 0 0.33 0.64 0.13 29.58 0.68 0.59
Hex DD 95 4F 0 21 40 D 1E 44 3B
Octal 335 225 117 0 41 100 15 36 104 73
Binary 11011101 10010101 1001111 0 100001 1000000 1101 11110 1000100 111011

Color Harmonies of #DD954F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD954F

Black with #DD954F

Text Example


Text Example

White with #DD954F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD954F; }

 p { color: rgb(221,149,79); }

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

background-color css

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

 a { background-color: rgb(221,149,79); }

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

border-color css

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

 span { border-color: rgb(221,149,79); }

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