#DA9A70

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

Shades of Feldspar #DA9A70

Tints of Feldspar #DA9A70

Color information

#DA9A70 (or 0xDA9A70) is unknown color: approx Feldspar. HEX triplet: DA, 9A and 70. RGB value is (218,154,112). Sum of RGB (Red+Green+Blue) = 218+154+112=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A70 is #25658F. Grayscale: #A8A8A8. Windows color (decimal): -2450832 or 7379674. OLE color: 7379674.

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

Color convert

RGB218154112-
CMYK00.290.490.15
HSL23.77º58.89%64.71%-
HSV(B)23.77º48.62%85.49%-
XYZ43.3939.1920.61-
YUV168.3596.2163.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.04%
GREEN value IS 154 (60.55% from 255) = 31.82%
BLUE value IS 112 (44.14% from 255) = 23.14%
R=45.04%
G=31.82%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815411200.290.490.1523.7758.8964.71
HexDA9A7001D31F183b41
Octal33223216003561173073101
Binary110110101001101011100000111011100011111110001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9A70; }

 p { color: rgb(218,154,112); }

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

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

 a { background-color: rgb(218,154,112); }

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

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

 span { border-color: rgb(218,154,112); }

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