Html Css Color HEX #DA9D70 Feldspar

📋 copy color: '#DA9D70'

red 218 ◦ green 157 ◦ blue 112

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

Shades of Feldspar #DA9D70

Tints of Feldspar #DA9D70

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.24%

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

R = 44.76%
G = 32.24%
B = 23%

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

#DA9D70 (or 0xDA9D70) is known color: Feldspar. HEX triplet: DA, 9D and 70. RGB value is (218,157,112). Sum of RGB (Red+Green+Blue) = 218+157+112=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9D70 is #25628F. Grayscale: #AAAAAA. Windows color (decimal): -2450064 or 7380442. OLE color: 7380442.

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

Color convert

RGB 218 157 112 -
CMYK 0 0.28 0.49 0.15
HSL 25.47º 0.59% 0.65% -
HSV(B) 25.47º 0.49% 0.85% -
XYZ 43.9 40.19 20.77 -
YUV 170.11 95.21 162.16 -
System Red Green Blue C M Y K H S L
Decimal 218 157 112 0 0.28 0.49 0.15 25.47 0.59 0.65
Hex DA 9D 70 0 1C 31 F 19 3B 41
Octal 332 235 160 0 34 61 17 31 73 101
Binary 11011010 10011101 1110000 0 11100 110001 1111 11001 111011 1000001

Color Harmonies of #DA9D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9D70

Black with #DA9D70

Text Example


Text Example

White with #DA9D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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