Html Css Color HEX #DD984D Fire Bush

📋 copy color: '#DD984D'

red 221 ◦ green 152 ◦ blue 77

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

Shades of Fire Bush #DD984D

Tints of Fire Bush #DD984D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.78%

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

R = 49.11%
G = 33.78%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD984D (or 0xDD984D) is known color: Fire Bush. HEX triplet: DD, 98 and 4D. RGB value is (221,152,77). Sum of RGB (Red+Green+Blue) = 221+152+77=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD984D is #2267B2. Grayscale: #A4A4A4. Windows color (decimal): -2254771 or 5085405. OLE color: 5085405.

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

Color convert

RGB 221 152 77 -
CMYK 0 0.31 0.65 0.13
HSL 31.25º 0.68% 0.58% -
HSV(B) 31.25º 0.65% 0.87% -
XYZ 42.39 38.36 12.19 -
YUV 164.08 78.86 168.6 -
System Red Green Blue C M Y K H S L
Decimal 221 152 77 0 0.31 0.65 0.13 31.25 0.68 0.58
Hex DD 98 4D 0 1F 41 D 1F 44 3A
Octal 335 230 115 0 37 101 15 37 104 72
Binary 11011101 10011000 1001101 0 11111 1000001 1101 11111 1000100 111010

Color Harmonies of #DD984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD984D

Black with #DD984D

Text Example


Text Example

White with #DD984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD984D; }

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

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

background-color css

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

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

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

border-color css

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

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

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