Html Css Color HEX #DD9176 Feldspar

📋 copy color: '#DD9176'

red 221 ◦ green 145 ◦ blue 118

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

Shades of Feldspar #DD9176

Tints of Feldspar #DD9176

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.96%

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

R = 45.66%
G = 29.96%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD9176 (or 0xDD9176) is known color: Feldspar. HEX triplet: DD, 91 and 76. RGB value is (221,145,118). Sum of RGB (Red+Green+Blue) = 221+145+118=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9176 is #226E89. Grayscale: #A4A4A4. Windows color (decimal): -2256522 or 7770589. OLE color: 7770589.

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

Color convert

RGB 221 145 118 -
CMYK 0 0.34 0.47 0.13
HSL 15.73º 0.6% 0.66% -
HSV(B) 15.73º 0.47% 0.87% -
XYZ 43.21 36.93 21.99 -
YUV 164.65 101.68 168.2 -
System Red Green Blue C M Y K H S L
Decimal 221 145 118 0 0.34 0.47 0.13 15.73 0.6 0.66
Hex DD 91 76 0 22 2F D 10 3C 42
Octal 335 221 166 0 42 57 15 20 74 102
Binary 11011101 10010001 1110110 0 100010 101111 1101 10000 111100 1000010

Color Harmonies of #DD9176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9176

Black with #DD9176

Text Example


Text Example

White with #DD9176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9176; }

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

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

background-color css

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

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

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

border-color css

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

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

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