#D69971

Color #D69971 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #D69971

Tints of Feldspar #D69971

Color information

#D69971 (or 0xD69971) is unknown color: approx 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

RGB214153113-
CMYK00.290.470.16
HSL23.76º55.19%64.12%-
HSV(B)23.76º47.2%83.92%-
XYZ42.138.2720.79-
YUV166.6897.71161.75-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415311300.290.470.1623.7655.1964.12
HexD6997101D2F10183740
Octal32623116103557203067100
Binary1101011010011001111000101110110111110000110001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>