Html Css Color HEX #DD964A Fire Bush

📋 copy color: '#DD964A'

red 221 ◦ green 150 ◦ blue 74

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

Shades of Fire Bush #DD964A

Tints of Fire Bush #DD964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.71%

 BLUE value IS 74 (29.3% from 255) = 16.63%

R = 49.66%
G = 33.71%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD964A (or 0xDD964A) is known color: Fire Bush. HEX triplet: DD, 96 and 4A. RGB value is (221,150,74). Sum of RGB (Red+Green+Blue) = 221+150+74=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD964A is #2269B5. Grayscale: #A2A2A2. Windows color (decimal): -2255286 or 4888285. OLE color: 4888285.

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

Color convert

RGB 221 150 74 -
CMYK 0 0.32 0.67 0.13
HSL 31.02º 0.68% 0.58% -
HSV(B) 31.02º 0.67% 0.87% -
XYZ 41.96 37.68 11.54 -
YUV 162.57 78.02 169.68 -
System Red Green Blue C M Y K H S L
Decimal 221 150 74 0 0.32 0.67 0.13 31.02 0.68 0.58
Hex DD 96 4A 0 20 43 D 1F 44 3A
Octal 335 226 112 0 40 103 15 37 104 72
Binary 11011101 10010110 1001010 0 100000 1000011 1101 11111 1000100 111010

Color Harmonies of #DD964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD964A

Black with #DD964A

Text Example


Text Example

White with #DD964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD964A; }

 p { color: rgb(221,150,74); }

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

background-color css

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

 a { background-color: rgb(221,150,74); }

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

border-color css

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

 span { border-color: rgb(221,150,74); }

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