Html Css Color HEX #DA9C77 Feldspar

📋 copy color: '#DA9C77'

red 218 ◦ green 156 ◦ blue 119

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

Shades of Feldspar #DA9C77

Tints of Feldspar #DA9C77

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.64%

 BLUE value IS 119 (46.88% from 255) = 24.14%

R = 44.22%
G = 31.64%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA9C77 (or 0xDA9C77) is known color: Feldspar. HEX triplet: DA, 9C and 77. RGB value is (218,156,119). Sum of RGB (Red+Green+Blue) = 218+156+119=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9C77 is #256388. Grayscale: #AAAAAA. Windows color (decimal): -2450313 or 7838938. OLE color: 7838938.

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

Color convert

RGB 218 156 119 -
CMYK 0 0.28 0.45 0.15
HSL 22.42º 0.57% 0.66% -
HSV(B) 22.42º 0.45% 0.85% -
XYZ 44.13 40.01 22.85 -
YUV 170.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 218 156 119 0 0.28 0.45 0.15 22.42 0.57 0.66
Hex DA 9C 77 0 1C 2D F 16 39 42
Octal 332 234 167 0 34 55 17 26 71 102
Binary 11011010 10011100 1110111 0 11100 101101 1111 10110 111001 1000010

Color Harmonies of #DA9C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C77

Black with #DA9C77

Text Example


Text Example

White with #DA9C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C77; }

 p { color: rgb(218,156,119); }

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

background-color css

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

 a { background-color: rgb(218,156,119); }

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

border-color css

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

 span { border-color: rgb(218,156,119); }

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