Html Css Color HEX #DD9576 Feldspar

📋 copy color: '#DD9576'

red 221 ◦ green 149 ◦ blue 118

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

Shades of Feldspar #DD9576

Tints of Feldspar #DD9576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.18%

R = 45.29%
G = 30.53%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD9576 (or 0xDD9576) is known color: Feldspar. HEX triplet: DD, 95 and 76. RGB value is (221,149,118). Sum of RGB (Red+Green+Blue) = 221+149+118=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9576 is #226A89. Grayscale: #A7A7A7. Windows color (decimal): -2255498 or 7771613. OLE color: 7771613.

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

Color convert

RGB 221 149 118 -
CMYK 0 0.33 0.47 0.13
HSL 18.06º 0.6% 0.66% -
HSV(B) 18.06º 0.47% 0.87% -
XYZ 43.84 38.18 22.2 -
YUV 166.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 221 149 118 0 0.33 0.47 0.13 18.06 0.6 0.66
Hex DD 95 76 0 21 2F D 12 3C 42
Octal 335 225 166 0 41 57 15 22 74 102
Binary 11011101 10010101 1110110 0 100001 101111 1101 10010 111100 1000010

Color Harmonies of #DD9576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9576

Black with #DD9576

Text Example


Text Example

White with #DD9576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9576; }

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

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

background-color css

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

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

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

border-color css

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

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

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