Html Css Color HEX #DA9A7A Feldspar

📋 copy color: '#DA9A7A'

red 218 ◦ green 154 ◦ blue 122

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

Shades of Feldspar #DA9A7A

Tints of Feldspar #DA9A7A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.17%

 BLUE value IS 122 (48.05% from 255) = 24.7%

R = 44.13%
G = 31.17%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA9A7A (or 0xDA9A7A) is known color: Feldspar. HEX triplet: DA, 9A and 7A. RGB value is (218,154,122). Sum of RGB (Red+Green+Blue) = 218+154+122=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9A7A is #256585. Grayscale: #A9A9A9. Windows color (decimal): -2450822 or 8035034. OLE color: 8035034.

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

Color convert

RGB 218 154 122 -
CMYK 0 0.29 0.44 0.15
HSL 20º 0.56% 0.67% -
HSV(B) 20º 0.44% 0.85% -
XYZ 43.98 39.42 23.7 -
YUV 169.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 218 154 122 0 0.29 0.44 0.15 20 0.56 0.67
Hex DA 9A 7A 0 1D 2C F 14 38 43
Octal 332 232 172 0 35 54 17 24 70 103
Binary 11011010 10011010 1111010 0 11101 101100 1111 10100 111000 1000011

Color Harmonies of #DA9A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A7A

Black with #DA9A7A

Text Example


Text Example

White with #DA9A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A7A; }

 p { color: rgb(218,154,122); }

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

background-color css

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

 a { background-color: rgb(218,154,122); }

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

border-color css

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

 span { border-color: rgb(218,154,122); }

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