Html Css Color HEX #DD954C Fire Bush

📋 copy color: '#DD954C'

red 221 ◦ green 149 ◦ blue 76

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

Shades of Fire Bush #DD954C

Tints of Fire Bush #DD954C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.04%

R = 49.55%
G = 33.41%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD954C (or 0xDD954C) is known color: Fire Bush. HEX triplet: DD, 95 and 4C. RGB value is (221,149,76). Sum of RGB (Red+Green+Blue) = 221+149+76=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD954C is #226AB3. Grayscale: #A2A2A2. Windows color (decimal): -2255540 or 5019101. OLE color: 5019101.

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

Color convert

RGB 221 149 76 -
CMYK 0 0.33 0.66 0.13
HSL 30.21º 0.68% 0.58% -
HSV(B) 30.21º 0.66% 0.87% -
XYZ 41.87 37.39 11.85 -
YUV 162.21 79.35 169.94 -
System Red Green Blue C M Y K H S L
Decimal 221 149 76 0 0.33 0.66 0.13 30.21 0.68 0.58
Hex DD 95 4C 0 21 42 D 1E 44 3A
Octal 335 225 114 0 41 102 15 36 104 72
Binary 11011101 10010101 1001100 0 100001 1000010 1101 11110 1000100 111010

Color Harmonies of #DD954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD954C

Black with #DD954C

Text Example


Text Example

White with #DD954C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD954C; }

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

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

background-color css

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

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

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

border-color css

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

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

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