Html Css Color HEX #DD993D Fire Bush

📋 copy color: '#DD993D'

red 221 ◦ green 153 ◦ blue 61

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

Shades of Fire Bush #DD993D

Tints of Fire Bush #DD993D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.02%

R = 50.8%
G = 35.17%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD993D (or 0xDD993D) is known color: Fire Bush. HEX triplet: DD, 99 and 3D. RGB value is (221,153,61). Sum of RGB (Red+Green+Blue) = 221+153+61=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD993D is #2266C2. Grayscale: #A3A3A3. Windows color (decimal): -2254531 or 4037085. OLE color: 4037085.

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

Color convert

RGB 221 153 61 -
CMYK 0 0.31 0.72 0.13
HSL 34.5º 0.7% 0.55% -
HSV(B) 34.5º 0.72% 0.87% -
XYZ 42.05 38.49 9.63 -
YUV 162.84 70.53 169.48 -
System Red Green Blue C M Y K H S L
Decimal 221 153 61 0 0.31 0.72 0.13 34.5 0.7 0.55
Hex DD 99 3D 0 1F 48 D 22 46 37
Octal 335 231 75 0 37 110 15 42 106 67
Binary 11011101 10011001 111101 0 11111 1001000 1101 100010 1000110 110111

Color Harmonies of #DD993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD993D

Black with #DD993D

Text Example


Text Example

White with #DD993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD993D; }

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

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

background-color css

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

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

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

border-color css

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

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

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