#D69A84

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

Shades of Feldspar #D69A84

Tints of Feldspar #D69A84

Color information

#D69A84 (or 0xD69A84) is unknown color: approx Feldspar. HEX triplet: D6, 9A and 84. RGB value is (214,154,132). Sum of RGB (Red+Green+Blue) = 214+154+132=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69A84 is #29657B. Grayscale: #A9A9A9. Windows color (decimal): -2712956 or 8690390. OLE color: 8690390.

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

Color convert

RGB214154132-
CMYK00.280.380.16
HSL16.1º50%67.84%-
HSV(B)16.1º38.32%83.92%-
XYZ43.4539.0727.08-
YUV169.43106.88159.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.8%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=42.8%
G=30.8%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415413200.280.380.1616.15067.84
HexD69A8401C2610103244
Octal32623220403446202062104
Binary11010110100110101000010001110010011010000100001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69A84; }

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

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

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

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

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

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

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

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