Html Css Color HEX #DA946E Feldspar

📋 copy color: '#DA946E'

red 218 ◦ green 148 ◦ blue 110

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

Shades of Feldspar #DA946E

Tints of Feldspar #DA946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.09%

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

R = 45.8%
G = 31.09%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA946E (or 0xDA946E) is known color: Feldspar. HEX triplet: DA, 94 and 6E. RGB value is (218,148,110). Sum of RGB (Red+Green+Blue) = 218+148+110=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA946E is #256B91. Grayscale: #A4A4A4. Windows color (decimal): -2452370 or 7247066. OLE color: 7247066.

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

Color convert

RGB 218 148 110 -
CMYK 0 0.32 0.50 0.15
HSL 21.11º 0.59% 0.64% -
HSV(B) 21.11º 0.5% 0.85% -
XYZ 42.32 37.21 19.7 -
YUV 164.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 218 148 110 0 0.32 0.50 0.15 21.11 0.59 0.64
Hex DA 94 6E 0 20 32 F 15 3B 40
Octal 332 224 156 0 40 62 17 25 73 100
Binary 11011010 10010100 1101110 0 100000 110010 1111 10101 111011 1000000

Color Harmonies of #DA946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA946E

Black with #DA946E

Text Example


Text Example

White with #DA946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA946E; }

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

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

background-color css

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

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

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

border-color css

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

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

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