Html Css Color HEX #D69771 Feldspar

📋 copy color: '#D69771'

red 214 ◦ green 151 ◦ blue 113

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

Shades of Feldspar #D69771

Tints of Feldspar #D69771

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.59%

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

R = 44.77%
G = 31.59%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D69771 (or 0xD69771) is known color: Feldspar. HEX triplet: D6, 97 and 71. RGB value is (214,151,113). Sum of RGB (Red+Green+Blue) = 214+151+113=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D69771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69771 is #29688E. Grayscale: #A5A5A5. Windows color (decimal): -2713743 or 7444438. OLE color: 7444438.

HSL color Cylindrical-coordinate representation of color #D69771: hue angle of 22.57º 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 #D69771 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 151 113 -
CMYK 0 0.29 0.47 0.16
HSL 22.57º 0.55% 0.64% -
HSV(B) 22.57º 0.47% 0.84% -
XYZ 41.78 37.62 20.68 -
YUV 165.51 98.37 162.59 -
System Red Green Blue C M Y K H S L
Decimal 214 151 113 0 0.29 0.47 0.16 22.57 0.55 0.64
Hex D6 97 71 0 1D 2F 10 17 37 40
Octal 326 227 161 0 35 57 20 27 67 100
Binary 11010110 10010111 1110001 0 11101 101111 10000 10111 110111 1000000

Color Harmonies of #D69771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69771

Black with #D69771

Text Example


Text Example

White with #D69771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69771; }

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

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

background-color css

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

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

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

border-color css

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

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

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