Html Css Color HEX #DD963A Fire Bush

📋 copy color: '#DD963A'

red 221 ◦ green 150 ◦ blue 58

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

Shades of Fire Bush #DD963A

Tints of Fire Bush #DD963A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.52%

R = 51.52%
G = 34.97%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD963A (or 0xDD963A) is known color: Fire Bush. HEX triplet: DD, 96 and 3A. RGB value is (221,150,58). Sum of RGB (Red+Green+Blue) = 221+150+58=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD963A is #2269C5. Grayscale: #A1A1A1. Windows color (decimal): -2255302 or 3839709. OLE color: 3839709.

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

Color convert

RGB 221 150 58 -
CMYK 0 0.32 0.74 0.13
HSL 33.87º 0.71% 0.55% -
HSV(B) 33.87º 0.74% 0.87% -
XYZ 41.49 37.49 9.05 -
YUV 160.74 70.02 170.98 -
System Red Green Blue C M Y K H S L
Decimal 221 150 58 0 0.32 0.74 0.13 33.87 0.71 0.55
Hex DD 96 3A 0 20 4A D 22 47 37
Octal 335 226 72 0 40 112 15 42 107 67
Binary 11011101 10010110 111010 0 100000 1001010 1101 100010 1000111 110111

Color Harmonies of #DD963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD963A

Black with #DD963A

Text Example


Text Example

White with #DD963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD963A; }

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

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

background-color css

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

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

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

border-color css

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

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

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