Html Css Color HEX #DA9079 Feldspar

📋 copy color: '#DA9079'

red 218 ◦ green 144 ◦ blue 121

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

Shades of Feldspar #DA9079

Tints of Feldspar #DA9079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.81%

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

R = 45.13%
G = 29.81%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA9079 (or 0xDA9079) is known color: Feldspar. HEX triplet: DA, 90 and 79. RGB value is (218,144,121). Sum of RGB (Red+Green+Blue) = 218+144+121=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9079 is #256F86. Grayscale: #A3A3A3. Windows color (decimal): -2453383 or 7966938. OLE color: 7966938.

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

Color convert

RGB 218 144 121 -
CMYK 0 0.34 0.44 0.15
HSL 14.23º 0.57% 0.66% -
HSV(B) 14.23º 0.44% 0.85% -
XYZ 42.34 36.23 22.85 -
YUV 163.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 218 144 121 0 0.34 0.44 0.15 14.23 0.57 0.66
Hex DA 90 79 0 22 2C F E 39 42
Octal 332 220 171 0 42 54 17 16 71 102
Binary 11011010 10010000 1111001 0 100010 101100 1111 1110 111001 1000010

Color Harmonies of #DA9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9079

Black with #DA9079

Text Example


Text Example

White with #DA9079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9079; }

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

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

background-color css

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

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

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

border-color css

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

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

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