Html Css Color HEX #DD953D Fire Bush

📋 copy color: '#DD953D'

red 221 ◦ green 149 ◦ blue 61

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

Shades of Fire Bush #DD953D

Tints of Fire Bush #DD953D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.15%

R = 51.28%
G = 34.57%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD953D (or 0xDD953D) is known color: Fire Bush. HEX triplet: DD, 95 and 3D. RGB value is (221,149,61). Sum of RGB (Red+Green+Blue) = 221+149+61=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD953D is #226AC2. Grayscale: #A0A0A0. Windows color (decimal): -2255555 or 4036061. OLE color: 4036061.

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

Color convert

RGB 221 149 61 -
CMYK 0 0.33 0.72 0.13
HSL 33º 0.7% 0.55% -
HSV(B) 33º 0.72% 0.87% -
XYZ 41.41 37.2 9.41 -
YUV 160.5 71.85 171.16 -
System Red Green Blue C M Y K H S L
Decimal 221 149 61 0 0.33 0.72 0.13 33 0.7 0.55
Hex DD 95 3D 0 21 48 D 21 46 37
Octal 335 225 75 0 41 110 15 41 106 67
Binary 11011101 10010101 111101 0 100001 1001000 1101 100001 1000110 110111

Color Harmonies of #DD953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD953D

Black with #DD953D

Text Example


Text Example

White with #DD953D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD953D; }

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

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

background-color css

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

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

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

border-color css

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

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

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