#D69A7D

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

Shades of Feldspar #D69A7D

Tints of Feldspar #D69A7D

Color information

#D69A7D (or 0xD69A7D) is unknown color: approx Feldspar. HEX triplet: D6, 9A and 7D. RGB value is (214,154,125). Sum of RGB (Red+Green+Blue) = 214+154+125=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A7D is #296582. Grayscale: #A8A8A8. Windows color (decimal): -2712963 or 8231638. OLE color: 8231638.

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

Color convert

RGB214154125-
CMYK00.280.420.16
HSL19.55º52.05%66.47%-
HSV(B)19.55º41.59%83.92%-
XYZ42.9938.8924.64-
YUV168.63103.38160.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=43.41%
G=31.24%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415412500.280.420.1619.5552.0566.47
HexD69A7D01C2A10143442
Octal32623217503452202464102
Binary1101011010011010111110101110010101010000101001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69A7D; }

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

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

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

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

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

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

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

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