Html Css Color HEX #D1966D Feldspar

📋 copy color: '#D1966D'

red 209 ◦ green 150 ◦ blue 109

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

Shades of Feldspar #D1966D

Tints of Feldspar #D1966D

RGB

 RED value IS 209 (82.03% from 255) = 44.66%

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

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

R = 44.66%
G = 32.05%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1966D (or 0xD1966D) is known color: Feldspar. HEX triplet: D1, 96 and 6D. RGB value is (209,150,109). Sum of RGB (Red+Green+Blue) = 209+150+109=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1966D is #2E6992. Grayscale: #A3A3A3. Windows color (decimal): -3041683 or 7182033. OLE color: 7182033.

HSL color Cylindrical-coordinate representation of color #D1966D: hue angle of 24.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1966D is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 150 109 -
CMYK 0 0.28 0.48 0.18
HSL 24.6º 0.52% 0.62% -
HSV(B) 24.6º 0.48% 0.82% -
XYZ 39.96 36.47 19.4 -
YUV 162.97 97.55 160.83 -
System Red Green Blue C M Y K H S L
Decimal 209 150 109 0 0.28 0.48 0.18 24.6 0.52 0.62
Hex D1 96 6D 0 1C 30 12 19 34 3E
Octal 321 226 155 0 34 60 22 31 64 76
Binary 11010001 10010110 1101101 0 11100 110000 10010 11001 110100 111110

Color Harmonies of #D1966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1966D

Black with #D1966D

Text Example


Text Example

White with #D1966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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