Html Css Color HEX #DD9172 Feldspar

📋 copy color: '#DD9172'

red 221 ◦ green 145 ◦ blue 114

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

Shades of Feldspar #DD9172

Tints of Feldspar #DD9172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.75%

R = 46.04%
G = 30.21%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD9172 (or 0xDD9172) is known color: Feldspar. HEX triplet: DD, 91 and 72. RGB value is (221,145,114). Sum of RGB (Red+Green+Blue) = 221+145+114=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9172 is #226E8D. Grayscale: #A4A4A4. Windows color (decimal): -2256526 or 7508445. OLE color: 7508445.

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

Color convert

RGB 221 145 114 -
CMYK 0 0.34 0.48 0.13
HSL 17.38º 0.61% 0.66% -
HSV(B) 17.38º 0.48% 0.87% -
XYZ 42.98 36.84 20.76 -
YUV 164.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 221 145 114 0 0.34 0.48 0.13 17.38 0.61 0.66
Hex DD 91 72 0 22 30 D 11 3D 42
Octal 335 221 162 0 42 60 15 21 75 102
Binary 11011101 10010001 1110010 0 100010 110000 1101 10001 111101 1000010

Color Harmonies of #DD9172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9172

Black with #DD9172

Text Example


Text Example

White with #DD9172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9172; }

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

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

background-color css

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

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

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

border-color css

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

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

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