#D69772

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

Shades of Feldspar #D69772

Tints of Feldspar #D69772

Color information

#D69772 (or 0xD69772) is unknown color: approx Feldspar. HEX triplet: D6, 97 and 72. RGB value is (214,151,114). Sum of RGB (Red+Green+Blue) = 214+151+114=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D69772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69772 is #29688D. Grayscale: #A5A5A5. Windows color (decimal): -2713742 or 7509974. OLE color: 7509974.

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

Color convert

RGB214151114-
CMYK00.290.470.16
HSL22.2º54.95%64.31%-
HSV(B)22.2º46.73%83.92%-
XYZ41.8437.6420.98-
YUV165.6298.87162.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.68%
GREEN value IS 151 (59.38% from 255) = 31.52%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=44.68%
G=31.52%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415111400.290.470.1622.254.9564.31
HexD6977201D2F10163740
Octal32622716203557202667100
Binary1101011010010111111001001110110111110000101101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69772; }

 p { color: rgb(214,151,114); }

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

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

 a { background-color: rgb(214,151,114); }

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

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

 span { border-color: rgb(214,151,114); }

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