Html Css Color HEX #DA9676 Feldspar

📋 copy color: '#DA9676'

red 218 ◦ green 150 ◦ blue 118

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

Shades of Feldspar #DA9676

Tints of Feldspar #DA9676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.86%

 BLUE value IS 118 (46.48% from 255) = 24.28%

R = 44.86%
G = 30.86%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA9676 (or 0xDA9676) is known color: Feldspar. HEX triplet: DA, 96 and 76. RGB value is (218,150,118). Sum of RGB (Red+Green+Blue) = 218+150+118=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9676 is #256989. Grayscale: #A6A6A6. Windows color (decimal): -2451850 or 7771866. OLE color: 7771866.

HSL color Cylindrical-coordinate representation of color #DA9676: hue angle of 19.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA9676 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 150 118 -
CMYK 0 0.31 0.46 0.15
HSL 19.2º 0.57% 0.66% -
HSV(B) 19.2º 0.46% 0.85% -
XYZ 43.09 38.03 22.21 -
YUV 166.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 218 150 118 0 0.31 0.46 0.15 19.2 0.57 0.66
Hex DA 96 76 0 1F 2E F 13 39 42
Octal 332 226 166 0 37 56 17 23 71 102
Binary 11011010 10010110 1110110 0 11111 101110 1111 10011 111001 1000010

Color Harmonies of #DA9676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9676

Black with #DA9676

Text Example


Text Example

White with #DA9676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9676; }

 p { color: rgb(218,150,118); }

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

background-color css

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

 a { background-color: rgb(218,150,118); }

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

border-color css

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

 span { border-color: rgb(218,150,118); }

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