Html Css Color HEX #DD954E Fire Bush

📋 copy color: '#DD954E'

red 221 ◦ green 149 ◦ blue 78

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

Shades of Fire Bush #DD954E

Tints of Fire Bush #DD954E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.41%

R = 49.33%
G = 33.26%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD954E (or 0xDD954E) is known color: Fire Bush. HEX triplet: DD, 95 and 4E. RGB value is (221,149,78). Sum of RGB (Red+Green+Blue) = 221+149+78=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD954E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD954E is #226AB1. Grayscale: #A2A2A2. Windows color (decimal): -2255538 or 5150173. OLE color: 5150173.

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

Color convert

RGB 221 149 78 -
CMYK 0 0.33 0.65 0.13
HSL 29.79º 0.68% 0.59% -
HSV(B) 29.79º 0.65% 0.87% -
XYZ 41.94 37.42 12.22 -
YUV 162.43 80.35 169.77 -
System Red Green Blue C M Y K H S L
Decimal 221 149 78 0 0.33 0.65 0.13 29.79 0.68 0.59
Hex DD 95 4E 0 21 41 D 1E 44 3B
Octal 335 225 116 0 41 101 15 36 104 73
Binary 11011101 10010101 1001110 0 100001 1000001 1101 11110 1000100 111011

Color Harmonies of #DD954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD954E

Black with #DD954E

Text Example


Text Example

White with #DD954E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD954E; }

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

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

background-color css

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

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

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

border-color css

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

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

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