Html Css Color HEX #DA9E70 Feldspar

📋 copy color: '#DA9E70'

red 218 ◦ green 158 ◦ blue 112

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

Shades of Feldspar #DA9E70

Tints of Feldspar #DA9E70

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.38%

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

R = 44.67%
G = 32.38%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA9E70 (or 0xDA9E70) is known color: Feldspar. HEX triplet: DA, 9E and 70. RGB value is (218,158,112). Sum of RGB (Red+Green+Blue) = 218+158+112=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9E70 is #25618F. Grayscale: #AAAAAA. Windows color (decimal): -2449808 or 7380698. OLE color: 7380698.

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

Color convert

RGB 218 158 112 -
CMYK 0 0.28 0.49 0.15
HSL 26.04º 0.59% 0.65% -
HSV(B) 26.04º 0.49% 0.85% -
XYZ 44.06 40.53 20.83 -
YUV 170.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 218 158 112 0 0.28 0.49 0.15 26.04 0.59 0.65
Hex DA 9E 70 0 1C 31 F 1A 3B 41
Octal 332 236 160 0 34 61 17 32 73 101
Binary 11011010 10011110 1110000 0 11100 110001 1111 11010 111011 1000001

Color Harmonies of #DA9E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E70

Black with #DA9E70

Text Example


Text Example

White with #DA9E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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