#D69F72

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

Shades of Feldspar #D69F72

Tints of Feldspar #D69F72

Color information

#D69F72 (or 0xD69F72) is unknown color: approx Feldspar. HEX triplet: D6, 9F and 72. RGB value is (214,159,114). Sum of RGB (Red+Green+Blue) = 214+159+114=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69F72 is #29608D. Grayscale: #AAAAAA. Windows color (decimal): -2711694 or 7512022. OLE color: 7512022.

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

Color convert

RGB214159114-
CMYK00.260.470.16
HSL27º54.95%64.31%-
HSV(B)27º46.73%83.92%-
XYZ43.1740.3121.42-
YUV170.3296.22159.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.94%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 114 (44.92% from 255) = 23.41%
R=43.94%
G=32.65%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415911400.260.470.162754.9564.31
HexD69F7201A2F101b3740
Octal32623716203257203367100
Binary1101011010011111111001001101010111110000110111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69F72; }

 p { color: rgb(214,159,114); }

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

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

 a { background-color: rgb(214,159,114); }

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

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

 span { border-color: rgb(214,159,114); }

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