Html Css Color HEX #DA9C6E Feldspar

📋 copy color: '#DA9C6E'

red 218 ◦ green 156 ◦ blue 110

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

Shades of Feldspar #DA9C6E

Tints of Feldspar #DA9C6E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.23%

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

R = 45.04%
G = 32.23%
B = 22.73%

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

#DA9C6E (or 0xDA9C6E) is known color: Feldspar. HEX triplet: DA, 9C and 6E. RGB value is (218,156,110). Sum of RGB (Red+Green+Blue) = 218+156+110=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9C6E is #256391. Grayscale: #A9A9A9. Windows color (decimal): -2450322 or 7249114. OLE color: 7249114.

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

Color convert

RGB 218 156 110 -
CMYK 0 0.28 0.50 0.15
HSL 25.56º 0.59% 0.64% -
HSV(B) 25.56º 0.5% 0.85% -
XYZ 43.62 39.81 20.14 -
YUV 169.29 94.54 162.74 -
System Red Green Blue C M Y K H S L
Decimal 218 156 110 0 0.28 0.50 0.15 25.56 0.59 0.64
Hex DA 9C 6E 0 1C 32 F 1A 3B 40
Octal 332 234 156 0 34 62 17 32 73 100
Binary 11011010 10011100 1101110 0 11100 110010 1111 11010 111011 1000000

Color Harmonies of #DA9C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C6E

Black with #DA9C6E

Text Example


Text Example

White with #DA9C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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