Html Css Color HEX #DF996F Feldspar

📋 copy color: '#DF996F'

red 223 ◦ green 153 ◦ blue 111

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

Shades of Feldspar #DF996F

Tints of Feldspar #DF996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.42%

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

R = 45.79%
G = 31.42%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF996F (or 0xDF996F) is known color: Feldspar. HEX triplet: DF, 99 and 6F. RGB value is (223,153,111). Sum of RGB (Red+Green+Blue) = 223+153+111=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF996F is #206690. Grayscale: #A9A9A9. Windows color (decimal): -2123409 or 7313887. OLE color: 7313887.

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

Color convert

RGB 223 153 111 -
CMYK 0 0.31 0.50 0.13
HSL 22.5º 0.64% 0.65% -
HSV(B) 22.5º 0.5% 0.87% -
XYZ 44.69 39.62 20.33 -
YUV 169.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 223 153 111 0 0.31 0.50 0.13 22.5 0.64 0.65
Hex DF 99 6F 0 1F 32 D 16 40 41
Octal 337 231 157 0 37 62 15 26 100 101
Binary 11011111 10011001 1101111 0 11111 110010 1101 10110 1000000 1000001

Color Harmonies of #DF996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF996F

Black with #DF996F

Text Example


Text Example

White with #DF996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF996F; }

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

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

background-color css

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

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

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

border-color css

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

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

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