Html Css Color HEX #DF9871 Feldspar

📋 copy color: '#DF9871'

red 223 ◦ green 152 ◦ blue 113

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

Shades of Feldspar #DF9871

Tints of Feldspar #DF9871

RGB

 RED value IS 223 (87.5% from 255) = 45.7%

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

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

R = 45.7%
G = 31.15%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF9871 (or 0xDF9871) is known color: Feldspar. HEX triplet: DF, 98 and 71. RGB value is (223,152,113). Sum of RGB (Red+Green+Blue) = 223+152+113=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9871 is #20678E. Grayscale: #A9A9A9. Windows color (decimal): -2123663 or 7444703. OLE color: 7444703.

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

Color convert

RGB 223 152 113 -
CMYK 0 0.32 0.49 0.13
HSL 21.27º 0.63% 0.66% -
HSV(B) 21.27º 0.49% 0.87% -
XYZ 44.64 39.34 20.86 -
YUV 168.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 223 152 113 0 0.32 0.49 0.13 21.27 0.63 0.66
Hex DF 98 71 0 20 31 D 15 3F 42
Octal 337 230 161 0 40 61 15 25 77 102
Binary 11011111 10011000 1110001 0 100000 110001 1101 10101 111111 1000010

Color Harmonies of #DF9871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9871

Black with #DF9871

Text Example


Text Example

White with #DF9871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9871; }

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

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

background-color css

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

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

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

border-color css

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

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

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