Html Css Color HEX #DD9174 Feldspar

📋 copy color: '#DD9174'

red 221 ◦ green 145 ◦ blue 116

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

Shades of Feldspar #DD9174

Tints of Feldspar #DD9174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.07%

R = 45.85%
G = 30.08%
B = 24.07%

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

#DD9174 (or 0xDD9174) is known color: Feldspar. HEX triplet: DD, 91 and 74. RGB value is (221,145,116). Sum of RGB (Red+Green+Blue) = 221+145+116=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9174 is #226E8B. Grayscale: #A4A4A4. Windows color (decimal): -2256524 or 7639517. OLE color: 7639517.

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

Color convert

RGB 221 145 116 -
CMYK 0 0.34 0.48 0.13
HSL 16.57º 0.61% 0.66% -
HSV(B) 16.57º 0.48% 0.87% -
XYZ 43.1 36.88 21.37 -
YUV 164.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 221 145 116 0 0.34 0.48 0.13 16.57 0.61 0.66
Hex DD 91 74 0 22 30 D 11 3D 42
Octal 335 221 164 0 42 60 15 21 75 102
Binary 11011101 10010001 1110100 0 100010 110000 1101 10001 111101 1000010

Color Harmonies of #DD9174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9174

Black with #DD9174

Text Example


Text Example

White with #DD9174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9174; }

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

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

background-color css

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

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

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

border-color css

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

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

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