Html Css Color HEX #DA9374 Feldspar

📋 copy color: '#DA9374'

red 218 ◦ green 147 ◦ blue 116

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

Shades of Feldspar #DA9374

Tints of Feldspar #DA9374

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.56%

 BLUE value IS 116 (45.7% from 255) = 24.12%

R = 45.32%
G = 30.56%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA9374 (or 0xDA9374) is known color: Feldspar. HEX triplet: DA, 93 and 74. RGB value is (218,147,116). Sum of RGB (Red+Green+Blue) = 218+147+116=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9374 is #256C8B. Grayscale: #A4A4A4. Windows color (decimal): -2452620 or 7640026. OLE color: 7640026.

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

Color convert

RGB 218 147 116 -
CMYK 0 0.33 0.47 0.15
HSL 18.24º 0.58% 0.65% -
HSV(B) 18.24º 0.47% 0.85% -
XYZ 42.5 37.03 21.43 -
YUV 164.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 218 147 116 0 0.33 0.47 0.15 18.24 0.58 0.65
Hex DA 93 74 0 21 2F F 12 3A 41
Octal 332 223 164 0 41 57 17 22 72 101
Binary 11011010 10010011 1110100 0 100001 101111 1111 10010 111010 1000001

Color Harmonies of #DA9374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9374

Black with #DA9374

Text Example


Text Example

White with #DA9374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9374; }

 p { color: rgb(218,147,116); }

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

background-color css

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

 a { background-color: rgb(218,147,116); }

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

border-color css

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

 span { border-color: rgb(218,147,116); }

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