Html Css Color HEX #DF9471 Feldspar

📋 copy color: '#DF9471'

red 223 ◦ green 148 ◦ blue 113

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

Shades of Feldspar #DF9471

Tints of Feldspar #DF9471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.58%

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

R = 46.07%
G = 30.58%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF9471 (or 0xDF9471) is known color: Feldspar. HEX triplet: DF, 94 and 71. RGB value is (223,148,113). Sum of RGB (Red+Green+Blue) = 223+148+113=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9471 is #206B8E. Grayscale: #A6A6A6. Windows color (decimal): -2124687 or 7443679. OLE color: 7443679.

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

Color convert

RGB 223 148 113 -
CMYK 0 0.34 0.49 0.13
HSL 19.09º 0.63% 0.66% -
HSV(B) 19.09º 0.49% 0.87% -
XYZ 44 38.06 20.65 -
YUV 166.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 223 148 113 0 0.34 0.49 0.13 19.09 0.63 0.66
Hex DF 94 71 0 22 31 D 13 3F 42
Octal 337 224 161 0 42 61 15 23 77 102
Binary 11011111 10010100 1110001 0 100010 110001 1101 10011 111111 1000010

Color Harmonies of #DF9471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9471

Black with #DF9471

Text Example


Text Example

White with #DF9471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9471; }

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

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

background-color css

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

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

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

border-color css

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

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

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