Html Css Color HEX #DA9878 Feldspar

📋 copy color: '#DA9878'

red 218 ◦ green 152 ◦ blue 120

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

Shades of Feldspar #DA9878

Tints of Feldspar #DA9878

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.02%

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

R = 44.49%
G = 31.02%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA9878 (or 0xDA9878) is known color: Feldspar. HEX triplet: DA, 98 and 78. RGB value is (218,152,120). Sum of RGB (Red+Green+Blue) = 218+152+120=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9878 is #256787. Grayscale: #A8A8A8. Windows color (decimal): -2451336 or 7903450. OLE color: 7903450.

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

Color convert

RGB 218 152 120 -
CMYK 0 0.30 0.45 0.15
HSL 19.59º 0.57% 0.66% -
HSV(B) 19.59º 0.45% 0.85% -
XYZ 43.53 38.72 22.95 -
YUV 168.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 218 152 120 0 0.30 0.45 0.15 19.59 0.57 0.66
Hex DA 98 78 0 1E 2D F 14 39 42
Octal 332 230 170 0 36 55 17 24 71 102
Binary 11011010 10011000 1111000 0 11110 101101 1111 10100 111001 1000010

Color Harmonies of #DA9878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9878

Black with #DA9878

Text Example


Text Example

White with #DA9878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9878; }

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

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

background-color css

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

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

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

border-color css

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

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

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