Html Css Color HEX #DA9A6E Feldspar

📋 copy color: '#DA9A6E'

red 218 ◦ green 154 ◦ blue 110

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

Shades of Feldspar #DA9A6E

Tints of Feldspar #DA9A6E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.95%

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

R = 45.23%
G = 31.95%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA9A6E (or 0xDA9A6E) is known color: Feldspar. HEX triplet: DA, 9A and 6E. RGB value is (218,154,110). Sum of RGB (Red+Green+Blue) = 218+154+110=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A6E is #256591. Grayscale: #A8A8A8. Windows color (decimal): -2450834 or 7248602. OLE color: 7248602.

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

Color convert

RGB 218 154 110 -
CMYK 0 0.29 0.50 0.15
HSL 24.44º 0.59% 0.64% -
HSV(B) 24.44º 0.5% 0.85% -
XYZ 43.28 39.14 20.03 -
YUV 168.12 95.2 163.58 -
System Red Green Blue C M Y K H S L
Decimal 218 154 110 0 0.29 0.50 0.15 24.44 0.59 0.64
Hex DA 9A 6E 0 1D 32 F 18 3B 40
Octal 332 232 156 0 35 62 17 30 73 100
Binary 11011010 10011010 1101110 0 11101 110010 1111 11000 111011 1000000

Color Harmonies of #DA9A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A6E

Black with #DA9A6E

Text Example


Text Example

White with #DA9A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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