Html Css Color HEX #DA9B77 Feldspar

📋 copy color: '#DA9B77'

red 218 ◦ green 155 ◦ blue 119

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

Shades of Feldspar #DA9B77

Tints of Feldspar #DA9B77

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.5%

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

R = 44.31%
G = 31.5%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA9B77 (or 0xDA9B77) is known color: Feldspar. HEX triplet: DA, 9B and 77. RGB value is (218,155,119). Sum of RGB (Red+Green+Blue) = 218+155+119=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9B77 is #256488. Grayscale: #A9A9A9. Windows color (decimal): -2450569 or 7838682. OLE color: 7838682.

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

Color convert

RGB 218 155 119 -
CMYK 0 0.29 0.45 0.15
HSL 21.82º 0.57% 0.66% -
HSV(B) 21.82º 0.45% 0.85% -
XYZ 43.96 39.68 22.79 -
YUV 169.73 99.37 162.43 -
System Red Green Blue C M Y K H S L
Decimal 218 155 119 0 0.29 0.45 0.15 21.82 0.57 0.66
Hex DA 9B 77 0 1D 2D F 16 39 42
Octal 332 233 167 0 35 55 17 26 71 102
Binary 11011010 10011011 1110111 0 11101 101101 1111 10110 111001 1000010

Color Harmonies of #DA9B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9B77

Black with #DA9B77

Text Example


Text Example

White with #DA9B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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