#D69C76

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

Shades of Feldspar #D69C76

Tints of Feldspar #D69C76

Color information

#D69C76 (or 0xD69C76) is unknown color: approx Feldspar. HEX triplet: D6, 9C and 76. RGB value is (214,156,118). Sum of RGB (Red+Green+Blue) = 214+156+118=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C76 is #296389. Grayscale: #A9A9A9. Windows color (decimal): -2712458 or 7773398. OLE color: 7773398.

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

Color convert

RGB214156118-
CMYK00.270.450.16
HSL23.75º53.93%65.1%-
HSV(B)23.75º44.86%83.92%-
XYZ42.8939.3822.48-
YUV169.0199.22160.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.85%
GREEN value IS 156 (61.33% from 255) = 31.97%
BLUE value IS 118 (46.48% from 255) = 24.18%
R=43.85%
G=31.97%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415611800.270.450.1623.7553.9365.1
HexD69C7601B2D10183641
Octal32623416603355203066101
Binary1101011010011100111011001101110110110000110001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69C76; }

 p { color: rgb(214,156,118); }

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

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

 a { background-color: rgb(214,156,118); }

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

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

 span { border-color: rgb(214,156,118); }

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