Html Css Color HEX #DD9771 Feldspar

📋 copy color: '#DD9771'

red 221 ◦ green 151 ◦ blue 113

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

Shades of Feldspar #DD9771

Tints of Feldspar #DD9771

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.13%

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

R = 45.57%
G = 31.13%
B = 23.3%

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

#DD9771 (or 0xDD9771) is known color: Feldspar. HEX triplet: DD, 97 and 71. RGB value is (221,151,113). Sum of RGB (Red+Green+Blue) = 221+151+113=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9771 is #22688E. Grayscale: #A7A7A7. Windows color (decimal): -2254991 or 7444445. OLE color: 7444445.

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

Color convert

RGB 221 151 113 -
CMYK 0 0.32 0.49 0.13
HSL 21.11º 0.61% 0.65% -
HSV(B) 21.11º 0.49% 0.87% -
XYZ 43.87 38.7 20.78 -
YUV 167.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 221 151 113 0 0.32 0.49 0.13 21.11 0.61 0.65
Hex DD 97 71 0 20 31 D 15 3D 41
Octal 335 227 161 0 40 61 15 25 75 101
Binary 11011101 10010111 1110001 0 100000 110001 1101 10101 111101 1000001

Color Harmonies of #DD9771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9771

Black with #DD9771

Text Example


Text Example

White with #DD9771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9771; }

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

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

background-color css

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

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

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

border-color css

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

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

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