Html Css Color HEX #DD953C Fire Bush

📋 copy color: '#DD953C'

red 221 ◦ green 149 ◦ blue 60

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

Shades of Fire Bush #DD953C

Tints of Fire Bush #DD953C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.95%

R = 51.4%
G = 34.65%
B = 13.95%

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

#DD953C (or 0xDD953C) is known color: Fire Bush. HEX triplet: DD, 95 and 3C. RGB value is (221,149,60). Sum of RGB (Red+Green+Blue) = 221+149+60=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD953C is #226AC3. Grayscale: #A0A0A0. Windows color (decimal): -2255556 or 3970525. OLE color: 3970525.

HSL color Cylindrical-coordinate representation of color #DD953C: hue angle of 33.17º 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 #DD953C is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 149 60 -
CMYK 0 0.33 0.73 0.13
HSL 33.17º 0.7% 0.55% -
HSV(B) 33.17º 0.73% 0.87% -
XYZ 41.38 37.19 9.27 -
YUV 160.38 71.35 171.24 -
System Red Green Blue C M Y K H S L
Decimal 221 149 60 0 0.33 0.73 0.13 33.17 0.7 0.55
Hex DD 95 3C 0 21 49 D 21 46 37
Octal 335 225 74 0 41 111 15 41 106 67
Binary 11011101 10010101 111100 0 100001 1001001 1101 100001 1000110 110111

Color Harmonies of #DD953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD953C

Black with #DD953C

Text Example


Text Example

White with #DD953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD953C; }

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

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

background-color css

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

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

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

border-color css

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

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

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