#D69C74

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

Shades of Feldspar #D69C74

Tints of Feldspar #D69C74

Color information

#D69C74 (or 0xD69C74) is unknown color: approx Feldspar. HEX triplet: D6, 9C and 74. RGB value is (214,156,116). Sum of RGB (Red+Green+Blue) = 214+156+116=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C74 is #29638B. Grayscale: #A9A9A9. Windows color (decimal): -2712460 or 7642326. OLE color: 7642326.

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

Color convert

RGB214156116-
CMYK00.270.460.16
HSL24.49º54.44%64.71%-
HSV(B)24.49º45.79%83.92%-
XYZ42.7739.3321.86-
YUV168.7898.22160.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.03%
GREEN value IS 156 (61.33% from 255) = 32.10%
BLUE value IS 116 (45.70% from 255) = 23.87%
R=44.03%
G=32.10%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415611600.270.460.1624.4954.4464.71
HexD69C7401B2E10183641
Octal32623416403356203066101
Binary1101011010011100111010001101110111010000110001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69C74; }

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

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

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

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

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

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

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

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