#DA9772

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

Shades of Feldspar #DA9772

Tints of Feldspar #DA9772

Color information

#DA9772 (or 0xDA9772) is unknown color: approx Feldspar. HEX triplet: DA, 97 and 72. RGB value is (218,151,114). Sum of RGB (Red+Green+Blue) = 218+151+114=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9772 is #25688D. Grayscale: #A7A7A7. Windows color (decimal): -2451598 or 7509978. OLE color: 7509978.

HSL color Cylindrical-coordinate representation of color #DA9772: hue angle of 21.35º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA9772 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB218151114-
CMYK00.310.480.15
HSL21.35º58.43%65.1%-
HSV(B)21.35º47.71%85.49%-
XYZ43.0238.2521.04-
YUV166.8298.2164.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.13%
GREEN value IS 151 (59.38% from 255) = 31.26%
BLUE value IS 114 (44.92% from 255) = 23.60%
R=45.13%
G=31.26%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815111400.310.480.1521.3558.4365.1
HexDA977201F30F153a41
Octal33222716203760172572101
Binary110110101001011111100100111111100001111101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9772; }

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

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

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

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

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

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

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

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