Html Css Color HEX #DF9C71 Feldspar

📋 copy color: '#DF9C71'

red 223 ◦ green 156 ◦ blue 113

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

Shades of Feldspar #DF9C71

Tints of Feldspar #DF9C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.71%

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

R = 45.33%
G = 31.71%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF9C71 (or 0xDF9C71) is known color: Feldspar. HEX triplet: DF, 9C and 71. RGB value is (223,156,113). Sum of RGB (Red+Green+Blue) = 223+156+113=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9C71 is #20638E. Grayscale: #ABABAB. Windows color (decimal): -2122639 or 7445727. OLE color: 7445727.

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

Color convert

RGB 223 156 113 -
CMYK 0 0.30 0.49 0.13
HSL 23.45º 0.63% 0.66% -
HSV(B) 23.45º 0.49% 0.87% -
XYZ 45.3 40.66 21.08 -
YUV 171.13 95.2 165 -
System Red Green Blue C M Y K H S L
Decimal 223 156 113 0 0.30 0.49 0.13 23.45 0.63 0.66
Hex DF 9C 71 0 1E 31 D 17 3F 42
Octal 337 234 161 0 36 61 15 27 77 102
Binary 11011111 10011100 1110001 0 11110 110001 1101 10111 111111 1000010

Color Harmonies of #DF9C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9C71

Black with #DF9C71

Text Example


Text Example

White with #DF9C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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