Html Css Color HEX #DD9471 Feldspar

📋 copy color: '#DD9471'

red 221 ◦ green 148 ◦ blue 113

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

Shades of Feldspar #DD9471

Tints of Feldspar #DD9471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.71%

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

R = 45.85%
G = 30.71%
B = 23.44%

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

#DD9471 (or 0xDD9471) is known color: Feldspar. HEX triplet: DD, 94 and 71. RGB value is (221,148,113). Sum of RGB (Red+Green+Blue) = 221+148+113=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9471 is #226B8E. Grayscale: #A6A6A6. Windows color (decimal): -2255759 or 7443677. OLE color: 7443677.

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

Color convert

RGB 221 148 113 -
CMYK 0 0.33 0.49 0.13
HSL 19.44º 0.61% 0.65% -
HSV(B) 19.44º 0.49% 0.87% -
XYZ 43.39 37.74 20.62 -
YUV 165.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 221 148 113 0 0.33 0.49 0.13 19.44 0.61 0.65
Hex DD 94 71 0 21 31 D 13 3D 41
Octal 335 224 161 0 41 61 15 23 75 101
Binary 11011101 10010100 1110001 0 100001 110001 1101 10011 111101 1000001

Color Harmonies of #DD9471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9471

Black with #DD9471

Text Example


Text Example

White with #DD9471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9471; }

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

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

background-color css

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

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

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

border-color css

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

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

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