Html Css Color HEX #DD9370 Feldspar

📋 copy color: '#DD9370'

red 221 ◦ green 147 ◦ blue 112

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

Shades of Feldspar #DD9370

Tints of Feldspar #DD9370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.63%

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

R = 46.04%
G = 30.63%
B = 23.33%

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

#DD9370 (or 0xDD9370) is known color: Feldspar. HEX triplet: DD, 93 and 70. RGB value is (221,147,112). Sum of RGB (Red+Green+Blue) = 221+147+112=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9370 is #226C8F. Grayscale: #A5A5A5. Windows color (decimal): -2256016 or 7377885. OLE color: 7377885.

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

Color convert

RGB 221 147 112 -
CMYK 0 0.33 0.49 0.13
HSL 19.27º 0.62% 0.65% -
HSV(B) 19.27º 0.49% 0.87% -
XYZ 43.18 37.41 20.27 -
YUV 165.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 221 147 112 0 0.33 0.49 0.13 19.27 0.62 0.65
Hex DD 93 70 0 21 31 D 13 3E 41
Octal 335 223 160 0 41 61 15 23 76 101
Binary 11011101 10010011 1110000 0 100001 110001 1101 10011 111110 1000001

Color Harmonies of #DD9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9370

Black with #DD9370

Text Example


Text Example

White with #DD9370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9370; }

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

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

background-color css

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

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

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

border-color css

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

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

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