Html Css Color HEX #DF986F Feldspar

📋 copy color: '#DF986F'

red 223 ◦ green 152 ◦ blue 111

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

Shades of Feldspar #DF986F

Tints of Feldspar #DF986F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.84%

R = 45.88%
G = 31.28%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF986F (or 0xDF986F) is known color: Feldspar. HEX triplet: DF, 98 and 6F. RGB value is (223,152,111). Sum of RGB (Red+Green+Blue) = 223+152+111=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF986F is #206790. Grayscale: #A8A8A8. Windows color (decimal): -2123665 or 7313631. OLE color: 7313631.

HSL color Cylindrical-coordinate representation of color #DF986F: hue angle of 21.96º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF986F is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 152 111 -
CMYK 0 0.32 0.50 0.13
HSL 21.96º 0.64% 0.65% -
HSV(B) 21.96º 0.5% 0.87% -
XYZ 44.53 39.29 20.28 -
YUV 168.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 223 152 111 0 0.32 0.50 0.13 21.96 0.64 0.65
Hex DF 98 6F 0 20 32 D 16 40 41
Octal 337 230 157 0 40 62 15 26 100 101
Binary 11011111 10011000 1101111 0 100000 110010 1101 10110 1000000 1000001

Color Harmonies of #DF986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF986F

Black with #DF986F

Text Example


Text Example

White with #DF986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF986F; }

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

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

background-color css

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

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

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

border-color css

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

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

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