Html Css Color HEX #DA9375 Feldspar

📋 copy color: '#DA9375'

red 218 ◦ green 147 ◦ blue 117

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

Shades of Feldspar #DA9375

Tints of Feldspar #DA9375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.27%

R = 45.23%
G = 30.5%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA9375 (or 0xDA9375) is known color: Feldspar. HEX triplet: DA, 93 and 75. RGB value is (218,147,117). Sum of RGB (Red+Green+Blue) = 218+147+117=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9375 is #256C8A. Grayscale: #A5A5A5. Windows color (decimal): -2452619 or 7705562. OLE color: 7705562.

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

Color convert

RGB 218 147 117 -
CMYK 0 0.33 0.46 0.15
HSL 17.82º 0.58% 0.66% -
HSV(B) 17.82º 0.46% 0.85% -
XYZ 42.56 37.06 21.74 -
YUV 164.81 101.02 165.94 -
System Red Green Blue C M Y K H S L
Decimal 218 147 117 0 0.33 0.46 0.15 17.82 0.58 0.66
Hex DA 93 75 0 21 2E F 12 3A 42
Octal 332 223 165 0 41 56 17 22 72 102
Binary 11011010 10010011 1110101 0 100001 101110 1111 10010 111010 1000010

Color Harmonies of #DA9375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9375

Black with #DA9375

Text Example


Text Example

White with #DA9375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9375; }

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

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

background-color css

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

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

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

border-color css

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

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

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