Html Css Color HEX #DA9E6E Feldspar

📋 copy color: '#DA9E6E'

red 218 ◦ green 158 ◦ blue 110

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

Shades of Feldspar #DA9E6E

Tints of Feldspar #DA9E6E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.51%

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

R = 44.86%
G = 32.51%
B = 22.63%

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

#DA9E6E (or 0xDA9E6E) is known color: Feldspar. HEX triplet: DA, 9E and 6E. RGB value is (218,158,110). Sum of RGB (Red+Green+Blue) = 218+158+110=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9E6E is #256191. Grayscale: #AAAAAA. Windows color (decimal): -2449810 or 7249626. OLE color: 7249626.

HSL color Cylindrical-coordinate representation of color #DA9E6E: hue angle of 26.67º 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 #DA9E6E is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 158 110 -
CMYK 0 0.28 0.50 0.15
HSL 26.67º 0.59% 0.64% -
HSV(B) 26.67º 0.5% 0.85% -
XYZ 43.95 40.48 20.25 -
YUV 170.47 93.88 161.9 -
System Red Green Blue C M Y K H S L
Decimal 218 158 110 0 0.28 0.50 0.15 26.67 0.59 0.64
Hex DA 9E 6E 0 1C 32 F 1B 3B 40
Octal 332 236 156 0 34 62 17 33 73 100
Binary 11011010 10011110 1101110 0 11100 110010 1111 11011 111011 1000000

Color Harmonies of #DA9E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E6E

Black with #DA9E6E

Text Example


Text Example

White with #DA9E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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