#D69A71

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

Shades of Feldspar #D69A71

Tints of Feldspar #D69A71

Color information

#D69A71 (or 0xD69A71) is unknown color: approx Feldspar. HEX triplet: D6, 9A and 71. RGB value is (214,154,113). Sum of RGB (Red+Green+Blue) = 214+154+113=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A71 is #29658E. Grayscale: #A7A7A7. Windows color (decimal): -2712975 or 7445206. OLE color: 7445206.

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

Color convert

RGB214154113-
CMYK00.280.470.16
HSL24.36º55.19%64.12%-
HSV(B)24.36º47.2%83.92%-
XYZ42.2738.620.85-
YUV167.2797.38161.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 154 (60.55% from 255) = 32.02%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=44.49%
G=32.02%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415411300.280.470.1624.3655.1964.12
HexD69A7101C2F10183740
Octal32623216103457203067100
Binary1101011010011010111000101110010111110000110001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69A71; }

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

 H1.HeaderClassName
 {
   color: #D69A71;
 }
 .AnyTagClassName
 {
   color: #D69A71;
 }
</style>
background-color css

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

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

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

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

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

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