Html Css Color HEX #DD9772 Feldspar

📋 copy color: '#DD9772'

red 221 ◦ green 151 ◦ blue 114

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

Shades of Feldspar #DD9772

Tints of Feldspar #DD9772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.46%

R = 45.47%
G = 31.07%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD9772 (or 0xDD9772) is known color: Feldspar. HEX triplet: DD, 97 and 72. RGB value is (221,151,114). Sum of RGB (Red+Green+Blue) = 221+151+114=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9772 is #22688D. Grayscale: #A7A7A7. Windows color (decimal): -2254990 or 7509981. OLE color: 7509981.

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

Color convert

RGB 221 151 114 -
CMYK 0 0.32 0.48 0.13
HSL 20.75º 0.61% 0.66% -
HSV(B) 20.75º 0.48% 0.87% -
XYZ 43.92 38.72 21.08 -
YUV 167.71 97.69 166.01 -
System Red Green Blue C M Y K H S L
Decimal 221 151 114 0 0.32 0.48 0.13 20.75 0.61 0.66
Hex DD 97 72 0 20 30 D 15 3D 42
Octal 335 227 162 0 40 60 15 25 75 102
Binary 11011101 10010111 1110010 0 100000 110000 1101 10101 111101 1000010

Color Harmonies of #DD9772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9772

Black with #DD9772

Text Example


Text Example

White with #DD9772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9772; }

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

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

background-color css

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

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

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

border-color css

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

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

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