Html Css Color HEX #DA9478 Feldspar

📋 copy color: '#DA9478'

red 218 ◦ green 148 ◦ blue 120

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

Shades of Feldspar #DA9478

Tints of Feldspar #DA9478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.45%

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

R = 44.86%
G = 30.45%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA9478 (or 0xDA9478) is known color: Feldspar. HEX triplet: DA, 94 and 78. RGB value is (218,148,120). Sum of RGB (Red+Green+Blue) = 218+148+120=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9478 is #256B87. Grayscale: #A5A5A5. Windows color (decimal): -2452360 or 7902426. OLE color: 7902426.

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

Color convert

RGB 218 148 120 -
CMYK 0 0.32 0.45 0.15
HSL 17.14º 0.57% 0.66% -
HSV(B) 17.14º 0.45% 0.85% -
XYZ 42.89 37.44 22.74 -
YUV 165.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 218 148 120 0 0.32 0.45 0.15 17.14 0.57 0.66
Hex DA 94 78 0 20 2D F 11 39 42
Octal 332 224 170 0 40 55 17 21 71 102
Binary 11011010 10010100 1111000 0 100000 101101 1111 10001 111001 1000010

Color Harmonies of #DA9478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9478

Black with #DA9478

Text Example


Text Example

White with #DA9478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9478; }

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

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

background-color css

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

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

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

border-color css

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

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

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