#D69A78

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

Shades of Feldspar #D69A78

Tints of Feldspar #D69A78

Color information

#D69A78 (or 0xD69A78) is unknown color: approx Feldspar. HEX triplet: D6, 9A and 78. RGB value is (214,154,120). Sum of RGB (Red+Green+Blue) = 214+154+120=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A78 is #296587. Grayscale: #A8A8A8. Windows color (decimal): -2712968 or 7903958. OLE color: 7903958.

HSL color Cylindrical-coordinate representation of color #D69A78: hue angle of 21.7º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D69A78 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB214154120-
CMYK00.280.440.16
HSL21.7º53.41%65.49%-
HSV(B)21.7º43.93%83.92%-
XYZ42.6838.7623-
YUV168.06100.88160.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.85%
GREEN value IS 154 (60.55% from 255) = 31.56%
BLUE value IS 120 (47.27% from 255) = 24.59%
R=43.85%
G=31.56%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415412000.280.440.1621.753.4165.49
HexD69A7801C2C10163541
Octal32623217003454202665101
Binary1101011010011010111100001110010110010000101101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69A78; }

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

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

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

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

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

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

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

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