Html Css Color HEX #D69871 Feldspar

📋 copy color: '#D69871'

red 214 ◦ green 152 ◦ blue 113

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

Shades of Feldspar #D69871

Tints of Feldspar #D69871

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.73%

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

R = 44.68%
G = 31.73%
B = 23.59%

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

#D69871 (or 0xD69871) is known color: Feldspar. HEX triplet: D6, 98 and 71. RGB value is (214,152,113). Sum of RGB (Red+Green+Blue) = 214+152+113=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D69871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69871 is #29678E. Grayscale: #A6A6A6. Windows color (decimal): -2713487 or 7444694. OLE color: 7444694.

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

Color convert

RGB 214 152 113 -
CMYK 0 0.29 0.47 0.16
HSL 23.17º 0.55% 0.64% -
HSV(B) 23.17º 0.47% 0.84% -
XYZ 41.94 37.94 20.74 -
YUV 166.09 98.04 162.17 -
System Red Green Blue C M Y K H S L
Decimal 214 152 113 0 0.29 0.47 0.16 23.17 0.55 0.64
Hex D6 98 71 0 1D 2F 10 17 37 40
Octal 326 230 161 0 35 57 20 27 67 100
Binary 11010110 10011000 1110001 0 11101 101111 10000 10111 110111 1000000

Color Harmonies of #D69871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69871

Black with #D69871

Text Example


Text Example

White with #D69871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69871; }

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

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

background-color css

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

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

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

border-color css

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

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

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