Html Css Color HEX #DD9871 Feldspar

📋 copy color: '#DD9871'

red 221 ◦ green 152 ◦ blue 113

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

Shades of Feldspar #DD9871

Tints of Feldspar #DD9871

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.28%

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

R = 45.47%
G = 31.28%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD9871 (or 0xDD9871) is known color: Feldspar. HEX triplet: DD, 98 and 71. RGB value is (221,152,113). Sum of RGB (Red+Green+Blue) = 221+152+113=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9871 is #22678E. Grayscale: #A8A8A8. Windows color (decimal): -2254735 or 7444701. OLE color: 7444701.

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

Color convert

RGB 221 152 113 -
CMYK 0 0.31 0.49 0.13
HSL 21.67º 0.61% 0.65% -
HSV(B) 21.67º 0.49% 0.87% -
XYZ 44.03 39.02 20.83 -
YUV 168.19 96.86 165.67 -
System Red Green Blue C M Y K H S L
Decimal 221 152 113 0 0.31 0.49 0.13 21.67 0.61 0.65
Hex DD 98 71 0 1F 31 D 16 3D 41
Octal 335 230 161 0 37 61 15 26 75 101
Binary 11011101 10011000 1110001 0 11111 110001 1101 10110 111101 1000001

Color Harmonies of #DD9871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9871

Black with #DD9871

Text Example


Text Example

White with #DD9871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9871; }

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

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

background-color css

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

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

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

border-color css

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

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

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