Html Css Color HEX #D6926F Feldspar

📋 copy color: '#D6926F'

red 214 ◦ green 146 ◦ blue 111

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

Shades of Feldspar #D6926F

Tints of Feldspar #D6926F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.57%

R = 45.44%
G = 31%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6926F (or 0xD6926F) is known color: Feldspar. HEX triplet: D6, 92 and 6F. RGB value is (214,146,111). Sum of RGB (Red+Green+Blue) = 214+146+111=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6926F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6926F is #296D90. Grayscale: #A2A2A2. Windows color (decimal): -2715025 or 7312086. OLE color: 7312086.

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

Color convert

RGB 214 146 111 -
CMYK 0 0.32 0.48 0.16
HSL 20.39º 0.56% 0.64% -
HSV(B) 20.39º 0.48% 0.84% -
XYZ 40.88 36 19.83 -
YUV 162.34 99.03 164.85 -
System Red Green Blue C M Y K H S L
Decimal 214 146 111 0 0.32 0.48 0.16 20.39 0.56 0.64
Hex D6 92 6F 0 20 30 10 14 38 40
Octal 326 222 157 0 40 60 20 24 70 100
Binary 11010110 10010010 1101111 0 100000 110000 10000 10100 111000 1000000

Color Harmonies of #D6926F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6926F

Black with #D6926F

Text Example


Text Example

White with #D6926F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6926F; }

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

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

background-color css

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

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

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

border-color css

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

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

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