Html Css Color HEX #DD9775 Feldspar

📋 copy color: '#DD9775'

red 221 ◦ green 151 ◦ blue 117

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

Shades of Feldspar #DD9775

Tints of Feldspar #DD9775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.93%

R = 45.19%
G = 30.88%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD9775 (or 0xDD9775) is known color: Feldspar. HEX triplet: DD, 97 and 75. RGB value is (221,151,117). Sum of RGB (Red+Green+Blue) = 221+151+117=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9775 is #22688A. Grayscale: #A8A8A8. Windows color (decimal): -2254987 or 7706589. OLE color: 7706589.

HSL color Cylindrical-coordinate representation of color #DD9775: hue angle of 19.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD9775 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 151 117 -
CMYK 0 0.32 0.47 0.13
HSL 19.62º 0.6% 0.66% -
HSV(B) 19.62º 0.47% 0.87% -
XYZ 44.1 38.79 21.99 -
YUV 168.05 99.19 165.76 -
System Red Green Blue C M Y K H S L
Decimal 221 151 117 0 0.32 0.47 0.13 19.62 0.6 0.66
Hex DD 97 75 0 20 2F D 14 3C 42
Octal 335 227 165 0 40 57 15 24 74 102
Binary 11011101 10010111 1110101 0 100000 101111 1101 10100 111100 1000010

Color Harmonies of #DD9775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9775

Black with #DD9775

Text Example


Text Example

White with #DD9775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9775; }

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

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

background-color css

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

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

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

border-color css

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

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

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