#d69b7e

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

Shades of Feldspar #D69B7E

Tints of Feldspar #D69B7E

Color information

#D69B7E (or 0xD69B7E) is unknown color: approx Feldspar. HEX triplet: D6, 9B and 7E. RGB value is (214,155,126). Sum of RGB (Red+Green+Blue) = 214+155+126=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69B7E is #296481. Grayscale: #A9A9A9. Windows color (decimal): -2712706 or 8297430. OLE color: 8297430.

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

Color convert

RGB214155126-
CMYK00.280.410.16
HSL19.77º51.76%66.67%-
HSV(B)19.77º41.12%83.92%-
XYZ43.2239.2525.04-
YUV169.34103.55159.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.23%
GREEN value IS 155 (60.94% from 255) = 31.31%
BLUE value IS 126 (49.61% from 255) = 25.45%
R=43.23%
G=31.31%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415512600.280.410.1619.7751.7666.67
HexD69B7E01C2910143443
Octal32623317603451202464103
Binary1101011010011011111111001110010100110000101001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d69b7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d69b7e; }

 p { color: rgb(214,155,126); }

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

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

 a { background-color: rgb(214,155,126); }

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

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

 span { border-color: rgb(214,155,126); }

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