Html Css Color HEX #DD964C Fire Bush

📋 copy color: '#DD964C'

red 221 ◦ green 150 ◦ blue 76

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

Shades of Fire Bush #DD964C

Tints of Fire Bush #DD964C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17%

R = 49.44%
G = 33.56%
B = 17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD964C (or 0xDD964C) is known color: Fire Bush. HEX triplet: DD, 96 and 4C. RGB value is (221,150,76). Sum of RGB (Red+Green+Blue) = 221+150+76=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD964C is #2269B3. Grayscale: #A3A3A3. Windows color (decimal): -2255284 or 5019357. OLE color: 5019357.

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

Color convert

RGB 221 150 76 -
CMYK 0 0.32 0.66 0.13
HSL 30.62º 0.68% 0.58% -
HSV(B) 30.62º 0.66% 0.87% -
XYZ 42.03 37.71 11.9 -
YUV 162.79 79.02 169.52 -
System Red Green Blue C M Y K H S L
Decimal 221 150 76 0 0.32 0.66 0.13 30.62 0.68 0.58
Hex DD 96 4C 0 20 42 D 1F 44 3A
Octal 335 226 114 0 40 102 15 37 104 72
Binary 11011101 10010110 1001100 0 100000 1000010 1101 11111 1000100 111010

Color Harmonies of #DD964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD964C

Black with #DD964C

Text Example


Text Example

White with #DD964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD964C; }

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

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

background-color css

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

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

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

border-color css

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

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

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