Html Css Color HEX #DD9470 Feldspar

📋 copy color: '#DD9470'

red 221 ◦ green 148 ◦ blue 112

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

Shades of Feldspar #DD9470

Tints of Feldspar #DD9470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.77%

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 45.95%
G = 30.77%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD9470 (or 0xDD9470) is known color: Feldspar. HEX triplet: DD, 94 and 70. RGB value is (221,148,112). Sum of RGB (Red+Green+Blue) = 221+148+112=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9470 is #226B8F. Grayscale: #A5A5A5. Windows color (decimal): -2255760 or 7378141. OLE color: 7378141.

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

Color convert

RGB 221 148 112 -
CMYK 0 0.33 0.49 0.13
HSL 19.82º 0.62% 0.65% -
HSV(B) 19.82º 0.49% 0.87% -
XYZ 43.33 37.72 20.33 -
YUV 165.72 97.68 167.43 -
System Red Green Blue C M Y K H S L
Decimal 221 148 112 0 0.33 0.49 0.13 19.82 0.62 0.65
Hex DD 94 70 0 21 31 D 14 3E 41
Octal 335 224 160 0 41 61 15 24 76 101
Binary 11011101 10010100 1110000 0 100001 110001 1101 10100 111110 1000001

Color Harmonies of #DD9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9470

Black with #DD9470

Text Example


Text Example

White with #DD9470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9470; }

 p { color: rgb(221,148,112); }

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

background-color css

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

 a { background-color: rgb(221,148,112); }

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

border-color css

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

 span { border-color: rgb(221,148,112); }

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