Html Css Color HEX #D69F71 Feldspar

📋 copy color: '#D69F71'

red 214 ◦ green 159 ◦ blue 113

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

Shades of Feldspar #D69F71

Tints of Feldspar #D69F71

RGB

 RED value IS 214 (83.98% from 255) = 44.03%

 GREEN value IS 159 (62.5% from 255) = 32.72%

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

R = 44.03%
G = 32.72%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D69F71 (or 0xD69F71) is known color: Feldspar. HEX triplet: D6, 9F and 71. RGB value is (214,159,113). Sum of RGB (Red+Green+Blue) = 214+159+113=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69F71 is #29608E. Grayscale: #AAAAAA. Windows color (decimal): -2711695 or 7446486. OLE color: 7446486.

HSL color Cylindrical-coordinate representation of color #D69F71: hue angle of 27.33º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D69F71 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 159 113 -
CMYK 0 0.26 0.47 0.16
HSL 27.33º 0.55% 0.64% -
HSV(B) 27.33º 0.47% 0.84% -
XYZ 43.11 40.28 21.13 -
YUV 170.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 214 159 113 0 0.26 0.47 0.16 27.33 0.55 0.64
Hex D6 9F 71 0 1A 2F 10 1B 37 40
Octal 326 237 161 0 32 57 20 33 67 100
Binary 11010110 10011111 1110001 0 11010 101111 10000 11011 110111 1000000

Color Harmonies of #D69F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F71

Black with #D69F71

Text Example


Text Example

White with #D69F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F71; }

 p { color: rgb(214,159,113); }

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

background-color css

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

 a { background-color: rgb(214,159,113); }

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

border-color css

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

 span { border-color: rgb(214,159,113); }

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