Html Css Color HEX #DD9977 Feldspar

📋 copy color: '#DD9977'

red 221 ◦ green 153 ◦ blue 119

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

Shades of Feldspar #DD9977

Tints of Feldspar #DD9977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.03%

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

R = 44.83%
G = 31.03%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD9977 (or 0xDD9977) is known color: Feldspar. HEX triplet: DD, 99 and 77. RGB value is (221,153,119). Sum of RGB (Red+Green+Blue) = 221+153+119=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9977 is #226688. Grayscale: #A9A9A9. Windows color (decimal): -2254473 or 7838173. OLE color: 7838173.

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

Color convert

RGB 221 153 119 -
CMYK 0 0.31 0.46 0.13
HSL 20º 0.6% 0.67% -
HSV(B) 20º 0.46% 0.87% -
XYZ 44.54 39.49 22.73 -
YUV 169.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 221 153 119 0 0.31 0.46 0.13 20 0.6 0.67
Hex DD 99 77 0 1F 2E D 14 3C 43
Octal 335 231 167 0 37 56 15 24 74 103
Binary 11011101 10011001 1110111 0 11111 101110 1101 10100 111100 1000011

Color Harmonies of #DD9977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9977

Black with #DD9977

Text Example


Text Example

White with #DD9977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9977; }

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

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

background-color css

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

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

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

border-color css

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

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

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