Html Css Color HEX #DA9178 Feldspar

📋 copy color: '#DA9178'

red 218 ◦ green 145 ◦ blue 120

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

Shades of Feldspar #DA9178

Tints of Feldspar #DA9178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.02%

 BLUE value IS 120 (47.27% from 255) = 24.84%

R = 45.13%
G = 30.02%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA9178 (or 0xDA9178) is known color: Feldspar. HEX triplet: DA, 91 and 78. RGB value is (218,145,120). Sum of RGB (Red+Green+Blue) = 218+145+120=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9178 is #256E87. Grayscale: #A4A4A4. Windows color (decimal): -2453128 or 7901658. OLE color: 7901658.

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

Color convert

RGB 218 145 120 -
CMYK 0 0.33 0.45 0.15
HSL 15.31º 0.57% 0.66% -
HSV(B) 15.31º 0.45% 0.85% -
XYZ 42.43 36.51 22.58 -
YUV 163.98 103.18 166.53 -
System Red Green Blue C M Y K H S L
Decimal 218 145 120 0 0.33 0.45 0.15 15.31 0.57 0.66
Hex DA 91 78 0 21 2D F F 39 42
Octal 332 221 170 0 41 55 17 17 71 102
Binary 11011010 10010001 1111000 0 100001 101101 1111 1111 111001 1000010

Color Harmonies of #DA9178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9178

Black with #DA9178

Text Example


Text Example

White with #DA9178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9178; }

 p { color: rgb(218,145,120); }

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

background-color css

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

 a { background-color: rgb(218,145,120); }

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

border-color css

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

 span { border-color: rgb(218,145,120); }

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