Html Css Color HEX #DD993F Fire Bush

📋 copy color: '#DD993F'

red 221 ◦ green 153 ◦ blue 63

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

Shades of Fire Bush #DD993F

Tints of Fire Bush #DD993F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.42%

R = 50.57%
G = 35.01%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD993F (or 0xDD993F) is known color: Fire Bush. HEX triplet: DD, 99 and 3F. RGB value is (221,153,63). Sum of RGB (Red+Green+Blue) = 221+153+63=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD993F is #2266C0. Grayscale: #A3A3A3. Windows color (decimal): -2254529 or 4168157. OLE color: 4168157.

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

Color convert

RGB 221 153 63 -
CMYK 0 0.31 0.71 0.13
HSL 34.18º 0.7% 0.56% -
HSV(B) 34.18º 0.71% 0.87% -
XYZ 42.11 38.51 9.92 -
YUV 163.07 71.53 169.32 -
System Red Green Blue C M Y K H S L
Decimal 221 153 63 0 0.31 0.71 0.13 34.18 0.7 0.56
Hex DD 99 3F 0 1F 47 D 22 46 38
Octal 335 231 77 0 37 107 15 42 106 70
Binary 11011101 10011001 111111 0 11111 1000111 1101 100010 1000110 111000

Color Harmonies of #DD993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD993F

Black with #DD993F

Text Example


Text Example

White with #DD993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD993F; }

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

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

background-color css

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

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

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

border-color css

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

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

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