Html Css Color HEX #DD9C70 Feldspar

📋 copy color: '#DD9C70'

red 221 ◦ green 156 ◦ blue 112

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

Shades of Feldspar #DD9C70

Tints of Feldspar #DD9C70

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.9%

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

R = 45.19%
G = 31.9%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD9C70 (or 0xDD9C70) is known color: Feldspar. HEX triplet: DD, 9C and 70. RGB value is (221,156,112). Sum of RGB (Red+Green+Blue) = 221+156+112=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C70 is #22638F. Grayscale: #AAAAAA. Windows color (decimal): -2253712 or 7380189. OLE color: 7380189.

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

Color convert

RGB 221 156 112 -
CMYK 0 0.29 0.49 0.13
HSL 24.22º 0.62% 0.65% -
HSV(B) 24.22º 0.49% 0.87% -
XYZ 44.63 40.32 20.76 -
YUV 170.42 95.03 164.08 -
System Red Green Blue C M Y K H S L
Decimal 221 156 112 0 0.29 0.49 0.13 24.22 0.62 0.65
Hex DD 9C 70 0 1D 31 D 18 3E 41
Octal 335 234 160 0 35 61 15 30 76 101
Binary 11011101 10011100 1110000 0 11101 110001 1101 11000 111110 1000001

Color Harmonies of #DD9C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9C70

Black with #DD9C70

Text Example


Text Example

White with #DD9C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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