Html Css Color HEX #DD9571 Feldspar

📋 copy color: '#DD9571'

red 221 ◦ green 149 ◦ blue 113

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

Shades of Feldspar #DD9571

Tints of Feldspar #DD9571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.4%

R = 45.76%
G = 30.85%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD9571 (or 0xDD9571) is known color: Feldspar. HEX triplet: DD, 95 and 71. RGB value is (221,149,113). Sum of RGB (Red+Green+Blue) = 221+149+113=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9571 is #226A8E. Grayscale: #A6A6A6. Windows color (decimal): -2255503 or 7443933. OLE color: 7443933.

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

Color convert

RGB 221 149 113 -
CMYK 0 0.33 0.49 0.13
HSL 20º 0.61% 0.65% -
HSV(B) 20º 0.49% 0.87% -
XYZ 43.55 38.06 20.67 -
YUV 166.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 221 149 113 0 0.33 0.49 0.13 20 0.61 0.65
Hex DD 95 71 0 21 31 D 14 3D 41
Octal 335 225 161 0 41 61 15 24 75 101
Binary 11011101 10010101 1110001 0 100001 110001 1101 10100 111101 1000001

Color Harmonies of #DD9571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9571

Black with #DD9571

Text Example


Text Example

White with #DD9571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9571; }

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

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

background-color css

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

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

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

border-color css

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

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

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