Html Css Color HEX #DD963F Fire Bush

📋 copy color: '#DD963F'

red 221 ◦ green 150 ◦ blue 63

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

Shades of Fire Bush #DD963F

Tints of Fire Bush #DD963F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.52%

R = 50.92%
G = 34.56%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD963F (or 0xDD963F) is known color: Fire Bush. HEX triplet: DD, 96 and 3F. RGB value is (221,150,63). Sum of RGB (Red+Green+Blue) = 221+150+63=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD963F is #2269C0. Grayscale: #A1A1A1. Windows color (decimal): -2255297 or 4167389. OLE color: 4167389.

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

Color convert

RGB 221 150 63 -
CMYK 0 0.32 0.71 0.13
HSL 33.04º 0.7% 0.56% -
HSV(B) 33.04º 0.71% 0.87% -
XYZ 41.62 37.54 9.76 -
YUV 161.31 72.52 170.57 -
System Red Green Blue C M Y K H S L
Decimal 221 150 63 0 0.32 0.71 0.13 33.04 0.7 0.56
Hex DD 96 3F 0 20 47 D 21 46 38
Octal 335 226 77 0 40 107 15 41 106 70
Binary 11011101 10010110 111111 0 100000 1000111 1101 100001 1000110 111000

Color Harmonies of #DD963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD963F

Black with #DD963F

Text Example


Text Example

White with #DD963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD963F; }

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

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

background-color css

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

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

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

border-color css

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

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

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