Html Css Color HEX #DA9476 Feldspar

📋 copy color: '#DA9476'

red 218 ◦ green 148 ◦ blue 118

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

Shades of Feldspar #DA9476

Tints of Feldspar #DA9476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.58%

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

R = 45.04%
G = 30.58%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA9476 (or 0xDA9476) is known color: Feldspar. HEX triplet: DA, 94 and 76. RGB value is (218,148,118). Sum of RGB (Red+Green+Blue) = 218+148+118=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9476 is #256B89. Grayscale: #A5A5A5. Windows color (decimal): -2452362 or 7771354. OLE color: 7771354.

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

Color convert

RGB 218 148 118 -
CMYK 0 0.32 0.46 0.15
HSL 18º 0.57% 0.66% -
HSV(B) 18º 0.46% 0.85% -
XYZ 42.77 37.39 22.1 -
YUV 165.51 101.19 165.44 -
System Red Green Blue C M Y K H S L
Decimal 218 148 118 0 0.32 0.46 0.15 18 0.57 0.66
Hex DA 94 76 0 20 2E F 12 39 42
Octal 332 224 166 0 40 56 17 22 71 102
Binary 11011010 10010100 1110110 0 100000 101110 1111 10010 111001 1000010

Color Harmonies of #DA9476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9476

Black with #DA9476

Text Example


Text Example

White with #DA9476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9476; }

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

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

background-color css

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

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

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

border-color css

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

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

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