Html Css Color HEX #DA9879 Feldspar

📋 copy color: '#DA9879'

red 218 ◦ green 152 ◦ blue 121

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

Shades of Feldspar #DA9879

Tints of Feldspar #DA9879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.64%

R = 44.4%
G = 30.96%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA9879 (or 0xDA9879) is known color: Feldspar. HEX triplet: DA, 98 and 79. RGB value is (218,152,121). Sum of RGB (Red+Green+Blue) = 218+152+121=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9879 is #256786. Grayscale: #A8A8A8. Windows color (decimal): -2451335 or 7968986. OLE color: 7968986.

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

Color convert

RGB 218 152 121 -
CMYK 0 0.30 0.44 0.15
HSL 19.18º 0.57% 0.66% -
HSV(B) 19.18º 0.44% 0.85% -
XYZ 43.59 38.74 23.27 -
YUV 168.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 218 152 121 0 0.30 0.44 0.15 19.18 0.57 0.66
Hex DA 98 79 0 1E 2C F 13 39 42
Octal 332 230 171 0 36 54 17 23 71 102
Binary 11011010 10011000 1111001 0 11110 101100 1111 10011 111001 1000010

Color Harmonies of #DA9879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9879

Black with #DA9879

Text Example


Text Example

White with #DA9879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9879; }

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

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

background-color css

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

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

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

border-color css

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

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

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