Html Css Color HEX #DD9777 Feldspar

📋 copy color: '#DD9777'

red 221 ◦ green 151 ◦ blue 119

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

Shades of Feldspar #DD9777

Tints of Feldspar #DD9777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.24%

R = 45.01%
G = 30.75%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD9777 (or 0xDD9777) is known color: Feldspar. HEX triplet: DD, 97 and 77. RGB value is (221,151,119). Sum of RGB (Red+Green+Blue) = 221+151+119=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9777 is #226888. Grayscale: #A8A8A8. Windows color (decimal): -2254985 or 7837661. OLE color: 7837661.

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

Color convert

RGB 221 151 119 -
CMYK 0 0.32 0.46 0.13
HSL 18.82º 0.6% 0.67% -
HSV(B) 18.82º 0.46% 0.87% -
XYZ 44.22 38.84 22.62 -
YUV 168.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 221 151 119 0 0.32 0.46 0.13 18.82 0.6 0.67
Hex DD 97 77 0 20 2E D 13 3C 43
Octal 335 227 167 0 40 56 15 23 74 103
Binary 11011101 10010111 1110111 0 100000 101110 1101 10011 111100 1000011

Color Harmonies of #DD9777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9777

Black with #DD9777

Text Example


Text Example

White with #DD9777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9777; }

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

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

background-color css

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

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

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

border-color css

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

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

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