Html Css Color HEX #DA9378 Feldspar

📋 copy color: '#DA9378'

red 218 ◦ green 147 ◦ blue 120

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

Shades of Feldspar #DA9378

Tints of Feldspar #DA9378

RGB

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

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

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

R = 44.95%
G = 30.31%
B = 24.74%

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

#DA9378 (or 0xDA9378) is known color: Feldspar. HEX triplet: DA, 93 and 78. RGB value is (218,147,120). Sum of RGB (Red+Green+Blue) = 218+147+120=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9378 is #256C87. Grayscale: #A5A5A5. Windows color (decimal): -2452616 or 7902170. OLE color: 7902170.

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

Color convert

RGB 218 147 120 -
CMYK 0 0.33 0.45 0.15
HSL 16.53º 0.57% 0.66% -
HSV(B) 16.53º 0.45% 0.85% -
XYZ 42.74 37.13 22.68 -
YUV 165.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 218 147 120 0 0.33 0.45 0.15 16.53 0.57 0.66
Hex DA 93 78 0 21 2D F 11 39 42
Octal 332 223 170 0 41 55 17 21 71 102
Binary 11011010 10010011 1111000 0 100001 101101 1111 10001 111001 1000010

Color Harmonies of #DA9378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9378

Black with #DA9378

Text Example


Text Example

White with #DA9378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9378; }

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

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

background-color css

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

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

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

border-color css

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

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

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