#D69071

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

Shades of Feldspar #D69071

Tints of Feldspar #D69071

Color information

#D69071 (or 0xD69071) is unknown color: approx Feldspar. HEX triplet: D6, 90 and 71. RGB value is (214,144,113). Sum of RGB (Red+Green+Blue) = 214+144+113=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D69071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69071 is #296F8E. Grayscale: #A1A1A1. Windows color (decimal): -2715535 or 7442646. OLE color: 7442646.

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

Color convert

RGB214144113-
CMYK00.330.470.16
HSL18.42º55.19%64.12%-
HSV(B)18.42º47.2%83.92%-
XYZ40.6935.4320.32-
YUV161.4100.69165.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.44%
GREEN value IS 144 (56.64% from 255) = 30.57%
BLUE value IS 113 (44.53% from 255) = 23.99%
R=45.44%
G=30.57%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414411300.330.470.1618.4255.1964.12
HexD690710212F10123740
Octal32622016104157202267100
Binary11010110100100001110001010000110111110000100101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69071; }

 p { color: rgb(214,144,113); }

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

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

 a { background-color: rgb(214,144,113); }

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

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

 span { border-color: rgb(214,144,113); }

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