Html Css Color HEX #DA9D6E Feldspar

📋 copy color: '#DA9D6E'

red 218 ◦ green 157 ◦ blue 110

#DA9D6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #DA9D6E

Tints of Feldspar #DA9D6E

RGB

 RED value IS 218 (85.55% from 255) = 44.95%

 GREEN value IS 157 (61.72% from 255) = 32.37%

 BLUE value IS 110 (43.36% from 255) = 22.68%

R = 44.95%
G = 32.37%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA9D6E (or 0xDA9D6E) is known color: Feldspar. HEX triplet: DA, 9D and 6E. RGB value is (218,157,110). Sum of RGB (Red+Green+Blue) = 218+157+110=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9D6E is #256291. Grayscale: #AAAAAA. Windows color (decimal): -2450066 or 7249370. OLE color: 7249370.

HSL color Cylindrical-coordinate representation of color #DA9D6E: hue angle of 26.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA9D6E is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 157 110 -
CMYK 0 0.28 0.50 0.15
HSL 26.11º 0.59% 0.64% -
HSV(B) 26.11º 0.5% 0.85% -
XYZ 43.78 40.15 20.19 -
YUV 169.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 218 157 110 0 0.28 0.50 0.15 26.11 0.59 0.64
Hex DA 9D 6E 0 1C 32 F 1A 3B 40
Octal 332 235 156 0 34 62 17 32 73 100
Binary 11011010 10011101 1101110 0 11100 110010 1111 11010 111011 1000000

Color Harmonies of #DA9D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9D6E

Black with #DA9D6E

Text Example


Text Example

White with #DA9D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9D6E; }

 p { color: rgb(218,157,110); }

 H1.HeaderClassName
 {
   color: #DA9D6E;
 }
 .AnyTagClassName
 {
   color: #DA9D6E;
 }
</style>

background-color css

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

 a { background-color: rgb(218,157,110); }

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

border-color css

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

 span { border-color: rgb(218,157,110); }

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