Html Css Color HEX #DD994C Fire Bush

📋 copy color: '#DD994C'

red 221 ◦ green 153 ◦ blue 76

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

Shades of Fire Bush #DD994C

Tints of Fire Bush #DD994C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34%

 BLUE value IS 76 (30.08% from 255) = 16.89%

R = 49.11%
G = 34%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD994C (or 0xDD994C) is known color: Fire Bush. HEX triplet: DD, 99 and 4C. RGB value is (221,153,76). Sum of RGB (Red+Green+Blue) = 221+153+76=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD994C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD994C is #2266B3. Grayscale: #A4A4A4. Windows color (decimal): -2254516 or 5020125. OLE color: 5020125.

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

Color convert

RGB 221 153 76 -
CMYK 0 0.31 0.66 0.13
HSL 31.86º 0.68% 0.58% -
HSV(B) 31.86º 0.66% 0.87% -
XYZ 42.51 38.68 12.06 -
YUV 164.55 78.03 168.26 -
System Red Green Blue C M Y K H S L
Decimal 221 153 76 0 0.31 0.66 0.13 31.86 0.68 0.58
Hex DD 99 4C 0 1F 42 D 20 44 3A
Octal 335 231 114 0 37 102 15 40 104 72
Binary 11011101 10011001 1001100 0 11111 1000010 1101 100000 1000100 111010

Color Harmonies of #DD994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD994C

Black with #DD994C

Text Example


Text Example

White with #DD994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD994C; }

 p { color: rgb(221,153,76); }

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

background-color css

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

 a { background-color: rgb(221,153,76); }

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

border-color css

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

 span { border-color: rgb(221,153,76); }

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