Html Css Color HEX #DD9671 Feldspar

📋 copy color: '#DD9671'

red 221 ◦ green 150 ◦ blue 113

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

Shades of Feldspar #DD9671

Tints of Feldspar #DD9671

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.99%

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

R = 45.66%
G = 30.99%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD9671 (or 0xDD9671) is known color: Feldspar. HEX triplet: DD, 96 and 71. RGB value is (221,150,113). Sum of RGB (Red+Green+Blue) = 221+150+113=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9671 is #22698E. Grayscale: #A7A7A7. Windows color (decimal): -2255247 or 7444189. OLE color: 7444189.

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

Color convert

RGB 221 150 113 -
CMYK 0 0.32 0.49 0.13
HSL 20.56º 0.61% 0.65% -
HSV(B) 20.56º 0.49% 0.87% -
XYZ 43.71 38.38 20.73 -
YUV 167.01 97.52 166.51 -
System Red Green Blue C M Y K H S L
Decimal 221 150 113 0 0.32 0.49 0.13 20.56 0.61 0.65
Hex DD 96 71 0 20 31 D 15 3D 41
Octal 335 226 161 0 40 61 15 25 75 101
Binary 11011101 10010110 1110001 0 100000 110001 1101 10101 111101 1000001

Color Harmonies of #DD9671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9671

Black with #DD9671

Text Example


Text Example

White with #DD9671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9671; }

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

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

background-color css

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

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

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

border-color css

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

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

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