Html Css Color HEX #DD9271 Feldspar

📋 copy color: '#DD9271'

red 221 ◦ green 146 ◦ blue 113

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

Shades of Feldspar #DD9271

Tints of Feldspar #DD9271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.42%

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

R = 46.04%
G = 30.42%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD9271 (or 0xDD9271) is known color: Feldspar. HEX triplet: DD, 92 and 71. RGB value is (221,146,113). Sum of RGB (Red+Green+Blue) = 221+146+113=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9271 is #226D8E. Grayscale: #A4A4A4. Windows color (decimal): -2256271 or 7443165. OLE color: 7443165.

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

Color convert

RGB 221 146 113 -
CMYK 0 0.34 0.49 0.13
HSL 18.33º 0.61% 0.65% -
HSV(B) 18.33º 0.49% 0.87% -
XYZ 43.08 37.12 20.52 -
YUV 164.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 221 146 113 0 0.34 0.49 0.13 18.33 0.61 0.65
Hex DD 92 71 0 22 31 D 12 3D 41
Octal 335 222 161 0 42 61 15 22 75 101
Binary 11011101 10010010 1110001 0 100010 110001 1101 10010 111101 1000001

Color Harmonies of #DD9271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9271

Black with #DD9271

Text Example


Text Example

White with #DD9271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9271; }

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

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

background-color css

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

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

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

border-color css

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

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

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