Html Css Color HEX #DD9776 Feldspar

📋 copy color: '#DD9776'

red 221 ◦ green 151 ◦ blue 118

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

Shades of Feldspar #DD9776

Tints of Feldspar #DD9776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.08%

R = 45.1%
G = 30.82%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD9776 (or 0xDD9776) is known color: Feldspar. HEX triplet: DD, 97 and 76. RGB value is (221,151,118). Sum of RGB (Red+Green+Blue) = 221+151+118=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9776 is #226889. Grayscale: #A8A8A8. Windows color (decimal): -2254986 or 7772125. OLE color: 7772125.

HSL color Cylindrical-coordinate representation of color #DD9776: hue angle of 19.22º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD9776 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 151 118 -
CMYK 0 0.32 0.47 0.13
HSL 19.22º 0.6% 0.66% -
HSV(B) 19.22º 0.47% 0.87% -
XYZ 44.16 38.81 22.3 -
YUV 168.17 99.69 165.68 -
System Red Green Blue C M Y K H S L
Decimal 221 151 118 0 0.32 0.47 0.13 19.22 0.6 0.66
Hex DD 97 76 0 20 2F D 13 3C 42
Octal 335 227 166 0 40 57 15 23 74 102
Binary 11011101 10010111 1110110 0 100000 101111 1101 10011 111100 1000010

Color Harmonies of #DD9776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9776

Black with #DD9776

Text Example


Text Example

White with #DD9776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9776; }

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

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

background-color css

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

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

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

border-color css

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

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

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