Html Css Color HEX #DA9470 Feldspar

📋 copy color: '#DA9470'

red 218 ◦ green 148 ◦ blue 112

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

Shades of Feldspar #DA9470

Tints of Feldspar #DA9470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.43%

R = 45.61%
G = 30.96%
B = 23.43%

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

#DA9470 (or 0xDA9470) is known color: Feldspar. HEX triplet: DA, 94 and 70. RGB value is (218,148,112). Sum of RGB (Red+Green+Blue) = 218+148+112=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9470 is #256B8F. Grayscale: #A5A5A5. Windows color (decimal): -2452368 or 7378138. OLE color: 7378138.

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

Color convert

RGB 218 148 112 -
CMYK 0 0.32 0.49 0.15
HSL 20.38º 0.59% 0.65% -
HSV(B) 20.38º 0.49% 0.85% -
XYZ 42.43 37.26 20.28 -
YUV 164.83 98.19 165.93 -
System Red Green Blue C M Y K H S L
Decimal 218 148 112 0 0.32 0.49 0.15 20.38 0.59 0.65
Hex DA 94 70 0 20 31 F 14 3B 41
Octal 332 224 160 0 40 61 17 24 73 101
Binary 11011010 10010100 1110000 0 100000 110001 1111 10100 111011 1000001

Color Harmonies of #DA9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9470

Black with #DA9470

Text Example


Text Example

White with #DA9470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9470; }

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

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

background-color css

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

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

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

border-color css

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

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

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