Html Css Color HEX #DD983D Fire Bush

📋 copy color: '#DD983D'

red 221 ◦ green 152 ◦ blue 61

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

Shades of Fire Bush #DD983D

Tints of Fire Bush #DD983D

RGB

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

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

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

R = 50.92%
G = 35.02%
B = 14.06%

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

#DD983D (or 0xDD983D) is known color: Fire Bush. HEX triplet: DD, 98 and 3D. RGB value is (221,152,61). Sum of RGB (Red+Green+Blue) = 221+152+61=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD983D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD983D is #2267C2. Grayscale: #A2A2A2. Windows color (decimal): -2254787 or 4036829. OLE color: 4036829.

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

Color convert

RGB 221 152 61 -
CMYK 0 0.31 0.72 0.13
HSL 34.13º 0.7% 0.55% -
HSV(B) 34.13º 0.72% 0.87% -
XYZ 41.89 38.17 9.57 -
YUV 162.26 70.86 169.9 -
System Red Green Blue C M Y K H S L
Decimal 221 152 61 0 0.31 0.72 0.13 34.13 0.7 0.55
Hex DD 98 3D 0 1F 48 D 22 46 37
Octal 335 230 75 0 37 110 15 42 106 67
Binary 11011101 10011000 111101 0 11111 1001000 1101 100010 1000110 110111

Color Harmonies of #DD983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD983D

Black with #DD983D

Text Example


Text Example

White with #DD983D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD983D; }

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

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

background-color css

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

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

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

border-color css

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

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

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