#D69D6E

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

Shades of Feldspar #D69D6E

Tints of Feldspar #D69D6E

Color information

#D69D6E (or 0xD69D6E) is unknown color: approx Feldspar. HEX triplet: D6, 9D and 6E. RGB value is (214,157,110). Sum of RGB (Red+Green+Blue) = 214+157+110=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69D6E is #296291. Grayscale: #A8A8A8. Windows color (decimal): -2712210 or 7249366. OLE color: 7249366.

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

Color convert

RGB214157110-
CMYK00.270.490.16
HSL27.12º55.91%63.53%-
HSV(B)27.12º48.6%83.92%-
XYZ42.639.5420.14-
YUV168.6894.88160.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 157 (61.72% from 255) = 32.64%
BLUE value IS 110 (43.36% from 255) = 22.87%
R=44.49%
G=32.64%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415711000.270.490.1627.1255.9163.53
HexD69D6E01B31101b3840
Octal32623515603361203370100
Binary1101011010011101110111001101111000110000110111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69D6E; }

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

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

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

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

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

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

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

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