Html Css Color HEX #DF9771 Feldspar

📋 copy color: '#DF9771'

red 223 ◦ green 151 ◦ blue 113

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

Shades of Feldspar #DF9771

Tints of Feldspar #DF9771

RGB

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

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

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

R = 45.79%
G = 31.01%
B = 23.2%

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

#DF9771 (or 0xDF9771) is known color: Feldspar. HEX triplet: DF, 97 and 71. RGB value is (223,151,113). Sum of RGB (Red+Green+Blue) = 223+151+113=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9771 is #20688E. Grayscale: #A8A8A8. Windows color (decimal): -2123919 or 7444447. OLE color: 7444447.

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

Color convert

RGB 223 151 113 -
CMYK 0 0.32 0.49 0.13
HSL 20.73º 0.63% 0.66% -
HSV(B) 20.73º 0.49% 0.87% -
XYZ 44.48 39.01 20.81 -
YUV 168.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 223 151 113 0 0.32 0.49 0.13 20.73 0.63 0.66
Hex DF 97 71 0 20 31 D 15 3F 42
Octal 337 227 161 0 40 61 15 25 77 102
Binary 11011111 10010111 1110001 0 100000 110001 1101 10101 111111 1000010

Color Harmonies of #DF9771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9771

Black with #DF9771

Text Example


Text Example

White with #DF9771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9771; }

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

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

background-color css

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

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

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

border-color css

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

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

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