Html Css Color HEX #D6926D Feldspar

📋 copy color: '#D6926D'

red 214 ◦ green 146 ◦ blue 109

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

Shades of Feldspar #D6926D

Tints of Feldspar #D6926D

RGB

 RED value IS 214 (83.98% from 255) = 45.63%

 GREEN value IS 146 (57.42% from 255) = 31.13%

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

R = 45.63%
G = 31.13%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6926D (or 0xD6926D) is known color: Feldspar. HEX triplet: D6, 92 and 6D. RGB value is (214,146,109). Sum of RGB (Red+Green+Blue) = 214+146+109=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6926D is #296D92. Grayscale: #A2A2A2. Windows color (decimal): -2715027 or 7181014. OLE color: 7181014.

HSL color Cylindrical-coordinate representation of color #D6926D: hue angle of 21.14º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6926D is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 146 109 -
CMYK 0 0.32 0.49 0.16
HSL 21.14º 0.56% 0.63% -
HSV(B) 21.14º 0.49% 0.84% -
XYZ 40.77 35.96 19.26 -
YUV 162.11 98.03 165.01 -
System Red Green Blue C M Y K H S L
Decimal 214 146 109 0 0.32 0.49 0.16 21.14 0.56 0.63
Hex D6 92 6D 0 20 31 10 15 38 3F
Octal 326 222 155 0 40 61 20 25 70 77
Binary 11010110 10010010 1101101 0 100000 110001 10000 10101 111000 111111

Color Harmonies of #D6926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6926D

Black with #D6926D

Text Example


Text Example

White with #D6926D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6926D; }

 p { color: rgb(214,146,109); }

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

background-color css

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

 a { background-color: rgb(214,146,109); }

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

border-color css

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

 span { border-color: rgb(214,146,109); }

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