Html Css Color HEX #DD953B Fire Bush

📋 copy color: '#DD953B'

red 221 ◦ green 149 ◦ blue 59

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

Shades of Fire Bush #DD953B

Tints of Fire Bush #DD953B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.73%

 BLUE value IS 59 (23.44% from 255) = 13.75%

R = 51.52%
G = 34.73%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD953B (or 0xDD953B) is known color: Fire Bush. HEX triplet: DD, 95 and 3B. RGB value is (221,149,59). Sum of RGB (Red+Green+Blue) = 221+149+59=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD953B is #226AC4. Grayscale: #A0A0A0. Windows color (decimal): -2255557 or 3904989. OLE color: 3904989.

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

Color convert

RGB 221 149 59 -
CMYK 0 0.33 0.73 0.13
HSL 33.33º 0.7% 0.55% -
HSV(B) 33.33º 0.73% 0.87% -
XYZ 41.36 37.18 9.13 -
YUV 160.27 70.85 171.32 -
System Red Green Blue C M Y K H S L
Decimal 221 149 59 0 0.33 0.73 0.13 33.33 0.7 0.55
Hex DD 95 3B 0 21 49 D 21 46 37
Octal 335 225 73 0 41 111 15 41 106 67
Binary 11011101 10010101 111011 0 100001 1001001 1101 100001 1000110 110111

Color Harmonies of #DD953B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD953B

Black with #DD953B

Text Example


Text Example

White with #DD953B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD953B; }

 p { color: rgb(221,149,59); }

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

background-color css

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

 a { background-color: rgb(221,149,59); }

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

border-color css

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

 span { border-color: rgb(221,149,59); }

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