Html Css Color HEX #DD9770 Feldspar

📋 copy color: '#DD9770'

red 221 ◦ green 151 ◦ blue 112

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

Shades of Feldspar #DD9770

Tints of Feldspar #DD9770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.2%

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

R = 45.66%
G = 31.2%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD9770 (or 0xDD9770) is known color: Feldspar. HEX triplet: DD, 97 and 70. RGB value is (221,151,112). Sum of RGB (Red+Green+Blue) = 221+151+112=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9770 is #22688F. Grayscale: #A7A7A7. Windows color (decimal): -2254992 or 7378909. OLE color: 7378909.

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

Color convert

RGB 221 151 112 -
CMYK 0 0.32 0.49 0.13
HSL 21.47º 0.62% 0.65% -
HSV(B) 21.47º 0.49% 0.87% -
XYZ 43.81 38.68 20.49 -
YUV 167.48 96.69 166.17 -
System Red Green Blue C M Y K H S L
Decimal 221 151 112 0 0.32 0.49 0.13 21.47 0.62 0.65
Hex DD 97 70 0 20 31 D 15 3E 41
Octal 335 227 160 0 40 61 15 25 76 101
Binary 11011101 10010111 1110000 0 100000 110001 1101 10101 111110 1000001

Color Harmonies of #DD9770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9770

Black with #DD9770

Text Example


Text Example

White with #DD9770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9770; }

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

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

background-color css

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

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

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

border-color css

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

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

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