Html Css Color HEX #DA9672 Feldspar

📋 copy color: '#DA9672'

red 218 ◦ green 150 ◦ blue 114

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

Shades of Feldspar #DA9672

Tints of Feldspar #DA9672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 45.23%
G = 31.12%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA9672 (or 0xDA9672) is known color: Feldspar. HEX triplet: DA, 96 and 72. RGB value is (218,150,114). Sum of RGB (Red+Green+Blue) = 218+150+114=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9672 is #25698D. Grayscale: #A6A6A6. Windows color (decimal): -2451854 or 7509722. OLE color: 7509722.

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

Color convert

RGB 218 150 114 -
CMYK 0 0.31 0.48 0.15
HSL 20.77º 0.58% 0.65% -
HSV(B) 20.77º 0.48% 0.85% -
XYZ 42.86 37.93 20.98 -
YUV 166.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 218 150 114 0 0.31 0.48 0.15 20.77 0.58 0.65
Hex DA 96 72 0 1F 30 F 15 3A 41
Octal 332 226 162 0 37 60 17 25 72 101
Binary 11011010 10010110 1110010 0 11111 110000 1111 10101 111010 1000001

Color Harmonies of #DA9672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9672

Black with #DA9672

Text Example


Text Example

White with #DA9672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9672; }

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

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

background-color css

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

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

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

border-color css

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

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

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