Html Css Color HEX #DF976F Feldspar

📋 copy color: '#DF976F'

red 223 ◦ green 151 ◦ blue 111

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

Shades of Feldspar #DF976F

Tints of Feldspar #DF976F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.13%

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

R = 45.98%
G = 31.13%
B = 22.89%

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

#DF976F (or 0xDF976F) is known color: Feldspar. HEX triplet: DF, 97 and 6F. RGB value is (223,151,111). Sum of RGB (Red+Green+Blue) = 223+151+111=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF976F is #206890. Grayscale: #A8A8A8. Windows color (decimal): -2123921 or 7313375. OLE color: 7313375.

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

Color convert

RGB 223 151 111 -
CMYK 0 0.32 0.50 0.13
HSL 21.43º 0.64% 0.65% -
HSV(B) 21.43º 0.5% 0.87% -
XYZ 44.37 38.97 20.22 -
YUV 167.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 223 151 111 0 0.32 0.50 0.13 21.43 0.64 0.65
Hex DF 97 6F 0 20 32 D 15 40 41
Octal 337 227 157 0 40 62 15 25 100 101
Binary 11011111 10010111 1101111 0 100000 110010 1101 10101 1000000 1000001

Color Harmonies of #DF976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF976F

Black with #DF976F

Text Example


Text Example

White with #DF976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF976F; }

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

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

background-color css

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

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

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

border-color css

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

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

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