Html Css Color HEX #DD964F Fire Bush

📋 copy color: '#DD964F'

red 221 ◦ green 150 ◦ blue 79

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

Shades of Fire Bush #DD964F

Tints of Fire Bush #DD964F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.56%

R = 49.11%
G = 33.33%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD964F (or 0xDD964F) is known color: Fire Bush. HEX triplet: DD, 96 and 4F. RGB value is (221,150,79). Sum of RGB (Red+Green+Blue) = 221+150+79=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD964F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD964F is #2269B0. Grayscale: #A3A3A3. Windows color (decimal): -2255281 or 5215965. OLE color: 5215965.

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

Color convert

RGB 221 150 79 -
CMYK 0 0.32 0.64 0.13
HSL 30º 0.68% 0.59% -
HSV(B) 30º 0.64% 0.87% -
XYZ 42.14 37.75 12.46 -
YUV 163.14 80.52 169.27 -
System Red Green Blue C M Y K H S L
Decimal 221 150 79 0 0.32 0.64 0.13 30 0.68 0.59
Hex DD 96 4F 0 20 40 D 1E 44 3B
Octal 335 226 117 0 40 100 15 36 104 73
Binary 11011101 10010110 1001111 0 100000 1000000 1101 11110 1000100 111011

Color Harmonies of #DD964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD964F

Black with #DD964F

Text Example


Text Example

White with #DD964F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD964F; }

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

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

background-color css

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

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

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

border-color css

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

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

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