Html Css Color HEX #DD9A71 Feldspar

📋 copy color: '#DD9A71'

red 221 ◦ green 154 ◦ blue 113

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

Shades of Feldspar #DD9A71

Tints of Feldspar #DD9A71

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.56%

 BLUE value IS 113 (44.53% from 255) = 23.16%

R = 45.29%
G = 31.56%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD9A71 (or 0xDD9A71) is known color: Feldspar. HEX triplet: DD, 9A and 71. RGB value is (221,154,113). Sum of RGB (Red+Green+Blue) = 221+154+113=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A71 is #22658E. Grayscale: #A9A9A9. Windows color (decimal): -2254223 or 7445213. OLE color: 7445213.

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

Color convert

RGB 221 154 113 -
CMYK 0 0.30 0.49 0.13
HSL 22.78º 0.61% 0.65% -
HSV(B) 22.78º 0.49% 0.87% -
XYZ 44.36 39.68 20.94 -
YUV 169.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 221 154 113 0 0.30 0.49 0.13 22.78 0.61 0.65
Hex DD 9A 71 0 1E 31 D 17 3D 41
Octal 335 232 161 0 36 61 15 27 75 101
Binary 11011101 10011010 1110001 0 11110 110001 1101 10111 111101 1000001

Color Harmonies of #DD9A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A71

Black with #DD9A71

Text Example


Text Example

White with #DD9A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A71; }

 p { color: rgb(221,154,113); }

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

background-color css

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

 a { background-color: rgb(221,154,113); }

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

border-color css

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

 span { border-color: rgb(221,154,113); }

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