Html Css Color HEX #DF9571 Feldspar

📋 copy color: '#DF9571'

red 223 ◦ green 149 ◦ blue 113

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

Shades of Feldspar #DF9571

Tints of Feldspar #DF9571

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.72%

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

R = 45.98%
G = 30.72%
B = 23.3%

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

#DF9571 (or 0xDF9571) is known color: Feldspar. HEX triplet: DF, 95 and 71. RGB value is (223,149,113). Sum of RGB (Red+Green+Blue) = 223+149+113=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9571 is #206A8E. Grayscale: #A7A7A7. Windows color (decimal): -2124431 or 7443935. OLE color: 7443935.

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

Color convert

RGB 223 149 113 -
CMYK 0 0.33 0.49 0.13
HSL 19.64º 0.63% 0.66% -
HSV(B) 19.64º 0.49% 0.87% -
XYZ 44.16 38.38 20.7 -
YUV 167.02 97.52 167.93 -
System Red Green Blue C M Y K H S L
Decimal 223 149 113 0 0.33 0.49 0.13 19.64 0.63 0.66
Hex DF 95 71 0 21 31 D 14 3F 42
Octal 337 225 161 0 41 61 15 24 77 102
Binary 11011111 10010101 1110001 0 100001 110001 1101 10100 111111 1000010

Color Harmonies of #DF9571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9571

Black with #DF9571

Text Example


Text Example

White with #DF9571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9571; }

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

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

background-color css

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

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

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

border-color css

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

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

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