#D69D79

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

Shades of Feldspar #D69D79

Tints of Feldspar #D69D79

Color information

#D69D79 (or 0xD69D79) is unknown color: approx Feldspar. HEX triplet: D6, 9D and 79. RGB value is (214,157,121). Sum of RGB (Red+Green+Blue) = 214+157+121=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69D79 is #296286. Grayscale: #AAAAAA. Windows color (decimal): -2712199 or 7970262. OLE color: 7970262.

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

Color convert

RGB214157121-
CMYK00.270.430.16
HSL23.23º53.14%65.69%-
HSV(B)23.23º43.46%83.92%-
XYZ43.2439.7923.49-
YUV169.94100.38159.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.50%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 121 (47.66% from 255) = 24.59%
R=43.50%
G=31.91%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415712100.270.430.1623.2353.1465.69
HexD69D7901B2B10173542
Octal32623517103353202765102
Binary1101011010011101111100101101110101110000101111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69D79; }

 p { color: rgb(214,157,121); }

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

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

 a { background-color: rgb(214,157,121); }

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

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

 span { border-color: rgb(214,157,121); }

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