#D69B74

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

Shades of Feldspar #D69B74

Tints of Feldspar #D69B74

Color information

#D69B74 (or 0xD69B74) is unknown color: approx Feldspar. HEX triplet: D6, 9B and 74. RGB value is (214,155,116). Sum of RGB (Red+Green+Blue) = 214+155+116=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69B74 is #29648B. Grayscale: #A8A8A8. Windows color (decimal): -2712716 or 7642070. OLE color: 7642070.

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

Color convert

RGB214155116-
CMYK00.280.460.16
HSL23.88º54.44%64.71%-
HSV(B)23.88º45.79%83.92%-
XYZ42.613921.81-
YUV168.298.55160.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.12%
GREEN value IS 155 (60.94% from 255) = 31.96%
BLUE value IS 116 (45.70% from 255) = 23.92%
R=44.12%
G=31.96%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415511600.280.460.1623.8854.4464.71
HexD69B7401C2E10183641
Octal32623316403456203066101
Binary1101011010011011111010001110010111010000110001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69B74; }

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

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

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

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

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

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

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

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