Html Css Color HEX #DA9979 Feldspar

📋 copy color: '#DA9979'

red 218 ◦ green 153 ◦ blue 121

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

Shades of Feldspar #DA9979

Tints of Feldspar #DA9979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.1%

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

R = 44.31%
G = 31.1%
B = 24.59%

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

#DA9979 (or 0xDA9979) is known color: Feldspar. HEX triplet: DA, 99 and 79. RGB value is (218,153,121). Sum of RGB (Red+Green+Blue) = 218+153+121=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9979 is #256686. Grayscale: #A8A8A8. Windows color (decimal): -2451079 or 7969242. OLE color: 7969242.

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

Color convert

RGB 218 153 121 -
CMYK 0 0.30 0.44 0.15
HSL 19.79º 0.57% 0.66% -
HSV(B) 19.79º 0.44% 0.85% -
XYZ 43.76 39.07 23.32 -
YUV 168.79 101.03 163.1 -
System Red Green Blue C M Y K H S L
Decimal 218 153 121 0 0.30 0.44 0.15 19.79 0.57 0.66
Hex DA 99 79 0 1E 2C F 14 39 42
Octal 332 231 171 0 36 54 17 24 71 102
Binary 11011010 10011001 1111001 0 11110 101100 1111 10100 111001 1000010

Color Harmonies of #DA9979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9979

Black with #DA9979

Text Example


Text Example

White with #DA9979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9979; }

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

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

background-color css

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

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

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

border-color css

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

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

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