Html Css Color HEX #DA966D Feldspar

📋 copy color: '#DA966D'

red 218 ◦ green 150 ◦ blue 109

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

Shades of Feldspar #DA966D

Tints of Feldspar #DA966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.85%

R = 45.7%
G = 31.45%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA966D (or 0xDA966D) is known color: Feldspar. HEX triplet: DA, 96 and 6D. RGB value is (218,150,109). Sum of RGB (Red+Green+Blue) = 218+150+109=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA966D is #256992. Grayscale: #A5A5A5. Windows color (decimal): -2451859 or 7182042. OLE color: 7182042.

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

Color convert

RGB 218 150 109 -
CMYK 0 0.31 0.5 0.15
HSL 22.57º 0.6% 0.64% -
HSV(B) 22.57º 0.5% 0.85% -
XYZ 42.58 37.82 19.52 -
YUV 165.66 96.03 165.33 -
System Red Green Blue C M Y K H S L
Decimal 218 150 109 0 0.31 0.5 0.15 22.57 0.6 0.64
Hex DA 96 6D 0 1F 32 F 17 3C 40
Octal 332 226 155 0 37 62 17 27 74 100
Binary 11011010 10010110 1101101 0 11111 110010 1111 10111 111100 1000000

Color Harmonies of #DA966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA966D

Black with #DA966D

Text Example


Text Example

White with #DA966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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