Html Css Color HEX #DA977B Feldspar

📋 copy color: '#DA977B'

red 218 ◦ green 151 ◦ blue 123

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

Shades of Feldspar #DA977B

Tints of Feldspar #DA977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.69%

 BLUE value IS 123 (48.44% from 255) = 25%

R = 44.31%
G = 30.69%
B = 25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA977B (or 0xDA977B) is known color: Feldspar. HEX triplet: DA, 97 and 7B. RGB value is (218,151,123). Sum of RGB (Red+Green+Blue) = 218+151+123=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA977B is #256884. Grayscale: #A8A8A8. Windows color (decimal): -2451589 or 8099802. OLE color: 8099802.

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

Color convert

RGB 218 151 123 -
CMYK 0 0.31 0.44 0.15
HSL 17.68º 0.56% 0.67% -
HSV(B) 17.68º 0.44% 0.85% -
XYZ 43.56 38.47 23.87 -
YUV 167.84 102.7 163.78 -
System Red Green Blue C M Y K H S L
Decimal 218 151 123 0 0.31 0.44 0.15 17.68 0.56 0.67
Hex DA 97 7B 0 1F 2C F 12 38 43
Octal 332 227 173 0 37 54 17 22 70 103
Binary 11011010 10010111 1111011 0 11111 101100 1111 10010 111000 1000011

Color Harmonies of #DA977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA977B

Black with #DA977B

Text Example


Text Example

White with #DA977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA977B; }

 p { color: rgb(218,151,123); }

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

background-color css

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

 a { background-color: rgb(218,151,123); }

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

border-color css

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

 span { border-color: rgb(218,151,123); }

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