Html Css Color HEX #D69971 Feldspar

📋 copy color: '#D69971'

red 214 ◦ green 153 ◦ blue 113

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

Shades of Feldspar #D69971

Tints of Feldspar #D69971

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.88%

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

R = 44.58%
G = 31.88%
B = 23.54%

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

#D69971 (or 0xD69971) is known color: Feldspar. HEX triplet: D6, 99 and 71. RGB value is (214,153,113). Sum of RGB (Red+Green+Blue) = 214+153+113=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D69971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69971 is #29668E. Grayscale: #A6A6A6. Windows color (decimal): -2713231 or 7444950. OLE color: 7444950.

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

Color convert

RGB 214 153 113 -
CMYK 0 0.29 0.47 0.16
HSL 23.76º 0.55% 0.64% -
HSV(B) 23.76º 0.47% 0.84% -
XYZ 42.1 38.27 20.79 -
YUV 166.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 214 153 113 0 0.29 0.47 0.16 23.76 0.55 0.64
Hex D6 99 71 0 1D 2F 10 18 37 40
Octal 326 231 161 0 35 57 20 30 67 100
Binary 11010110 10011001 1110001 0 11101 101111 10000 11000 110111 1000000

Color Harmonies of #D69971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69971

Black with #D69971

Text Example


Text Example

White with #D69971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69971; }

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

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

background-color css

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

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

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

border-color css

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

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

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