Html Css Color HEX #DF9671 Feldspar

📋 copy color: '#DF9671'

red 223 ◦ green 150 ◦ blue 113

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

Shades of Feldspar #DF9671

Tints of Feldspar #DF9671

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.86%

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

R = 45.88%
G = 30.86%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF9671 (or 0xDF9671) is known color: Feldspar. HEX triplet: DF, 96 and 71. RGB value is (223,150,113). Sum of RGB (Red+Green+Blue) = 223+150+113=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9671 is #20698E. Grayscale: #A7A7A7. Windows color (decimal): -2124175 or 7444191. OLE color: 7444191.

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

Color convert

RGB 223 150 113 -
CMYK 0 0.33 0.49 0.13
HSL 20.18º 0.63% 0.66% -
HSV(B) 20.18º 0.49% 0.87% -
XYZ 44.32 38.69 20.76 -
YUV 167.61 97.18 167.51 -
System Red Green Blue C M Y K H S L
Decimal 223 150 113 0 0.33 0.49 0.13 20.18 0.63 0.66
Hex DF 96 71 0 21 31 D 14 3F 42
Octal 337 226 161 0 41 61 15 24 77 102
Binary 11011111 10010110 1110001 0 100001 110001 1101 10100 111111 1000010

Color Harmonies of #DF9671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9671

Black with #DF9671

Text Example


Text Example

White with #DF9671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9671; }

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

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

background-color css

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

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

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

border-color css

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

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

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