Html Css Color HEX #DD954D Fire Bush

📋 copy color: '#DD954D'

red 221 ◦ green 149 ◦ blue 77

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

Shades of Fire Bush #DD954D

Tints of Fire Bush #DD954D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.23%

R = 49.44%
G = 33.33%
B = 17.23%

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

#DD954D (or 0xDD954D) is known color: Fire Bush. HEX triplet: DD, 95 and 4D. RGB value is (221,149,77). Sum of RGB (Red+Green+Blue) = 221+149+77=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD954D is #226AB2. Grayscale: #A2A2A2. Windows color (decimal): -2255539 or 5084637. OLE color: 5084637.

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

Color convert

RGB 221 149 77 -
CMYK 0 0.33 0.65 0.13
HSL 30º 0.68% 0.58% -
HSV(B) 30º 0.65% 0.87% -
XYZ 41.91 37.4 12.03 -
YUV 162.32 79.85 169.85 -
System Red Green Blue C M Y K H S L
Decimal 221 149 77 0 0.33 0.65 0.13 30 0.68 0.58
Hex DD 95 4D 0 21 41 D 1E 44 3A
Octal 335 225 115 0 41 101 15 36 104 72
Binary 11011101 10010101 1001101 0 100001 1000001 1101 11110 1000100 111010

Color Harmonies of #DD954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD954D

Black with #DD954D

Text Example


Text Example

White with #DD954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD954D; }

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

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

background-color css

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

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

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

border-color css

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

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

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