Html Css Color HEX #DA946F Feldspar

📋 copy color: '#DA946F'

red 218 ◦ green 148 ◦ blue 111

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

Shades of Feldspar #DA946F

Tints of Feldspar #DA946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.27%

R = 45.7%
G = 31.03%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA946F (or 0xDA946F) is known color: Feldspar. HEX triplet: DA, 94 and 6F. RGB value is (218,148,111). Sum of RGB (Red+Green+Blue) = 218+148+111=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA946F is #256B90. Grayscale: #A4A4A4. Windows color (decimal): -2452369 or 7312602. OLE color: 7312602.

HSL color Cylindrical-coordinate representation of color #DA946F: hue angle of 20.75º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA946F is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 148 111 -
CMYK 0 0.32 0.49 0.15
HSL 20.75º 0.59% 0.65% -
HSV(B) 20.75º 0.49% 0.85% -
XYZ 42.37 37.23 19.99 -
YUV 164.71 97.69 166.01 -
System Red Green Blue C M Y K H S L
Decimal 218 148 111 0 0.32 0.49 0.15 20.75 0.59 0.65
Hex DA 94 6F 0 20 31 F 15 3B 41
Octal 332 224 157 0 40 61 17 25 73 101
Binary 11011010 10010100 1101111 0 100000 110001 1111 10101 111011 1000001

Color Harmonies of #DA946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA946F

Black with #DA946F

Text Example


Text Example

White with #DA946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA946F; }

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

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

background-color css

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

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

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

border-color css

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

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

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