Html Css Color HEX #DA9673 Feldspar

📋 copy color: '#DA9673'

red 218 ◦ green 150 ◦ blue 115

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

Shades of Feldspar #DA9673

Tints of Feldspar #DA9673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.81%

R = 45.13%
G = 31.06%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA9673 (or 0xDA9673) is known color: Feldspar. HEX triplet: DA, 96 and 73. RGB value is (218,150,115). Sum of RGB (Red+Green+Blue) = 218+150+115=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9673 is #25698C. Grayscale: #A6A6A6. Windows color (decimal): -2451853 or 7575258. OLE color: 7575258.

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

Color convert

RGB 218 150 115 -
CMYK 0 0.31 0.47 0.15
HSL 20.39º 0.58% 0.65% -
HSV(B) 20.39º 0.47% 0.85% -
XYZ 42.91 37.96 21.28 -
YUV 166.34 99.03 164.85 -
System Red Green Blue C M Y K H S L
Decimal 218 150 115 0 0.31 0.47 0.15 20.39 0.58 0.65
Hex DA 96 73 0 1F 2F F 14 3A 41
Octal 332 226 163 0 37 57 17 24 72 101
Binary 11011010 10010110 1110011 0 11111 101111 1111 10100 111010 1000001

Color Harmonies of #DA9673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9673

Black with #DA9673

Text Example


Text Example

White with #DA9673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9673; }

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

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

background-color css

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

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

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

border-color css

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

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

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